G-Switcher Firefox

Examine source code of G-Switcher

제작자: Skyler
Inspect and view changes in G-Switcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "G-Switcher",
  "version": "1.1",
  "description": "Allows a user to easily switch between Google accounts",
  "browser_specific_settings": {
    "gecko": {
      "id": "G-Switcher@skyler.cc",
      "strict_min_version": "90.0"
    }
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "G-Switcher"
  },
  "background": {
    "scripts": [
      "action.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.google.com/*"
      ],
      "js": [
        "swap.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  }
}

최고의 G-Switcher 대안

다음은 G-Switcher과(와) 유사한 Firefox add-on입니다: