Remove Cookie for Google Account Chooser

Remove Cookie for Google Account Chooser

Remove Cookie for Google Account Chooser automatically to avoid(disable) remain your account information after sign-out. (AKA, Disable Google one account sign in)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Remove Cookie for Google Account Chooser",
  "description": "Remove Cookie for Google Account Chooser automatically to avoid remain your account information after sign-out.",
  "version": "2.1resigned1",
  "Author": "backy0175",
  "permissions": [
    "cookies",
    "*://accounts.google.com/"
  ],
  "background": {
    "scripts": [
      "onChange.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "jid1-Rm4h1P3jB1IL4w@jetpack"
    }
  }
}