Easy Account Switcher for Google, Facebook.

Easy Account Switcher for Google, Facebook.

Switch between multiple Google (including Gmail, YouTube, Drive, etc), Facebook, Twitter and Reddit accounts in one single click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Easy Account Switcher for Google, Facebook.",
  "version": "0.0.4",
  "manifest_version": 2,
  "description": "Switch between multiple Google (including Gmail, YouTube, Drive, etc), Facebook, Twitter and Reddit accounts in one single click!",
  "homepage_url": "http://www.easyaccountswitcher.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "options_page": "static/local/options.html",
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Account profiles",
    "default_popup": "static/local/popup.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "permissions": [
    "tabs",
    "storage",
    "cookies",
    "<all_urls>"
  ]
}