Auto Login Gmail with Proxy Firefox

Examine source code of Auto Login Gmail with Proxy

Inspect and view changes in Auto Login Gmail with Proxy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto login Gmail with Proxy",
  "version": "1.2",
  "description": "Configure proxy and open popup",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "proxy",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "notifications",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "utils.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/icon3.png",
    "default_title": "Auto login Gmail with Proxy"
  },
  "icons": {
    "16": "icons/icon1.png",
    "48": "icons/icon2.png",
    "128": "icons/icon3.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://accounts.google.com/*",
        "*://mail.google.com/*",
        "*://*.google.com/*",
        "*://*.youtube.com/*"
      ],
      "js": [
        "actions.js",
        "utils.js",
        "ReportingActions.js",
        "gmail_process.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "data.txt",
    "traitement.json",
    "gmail_process.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "gmail.automation.proxy@azedine.dev",
      "strict_min_version": "120.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Auto Login Gmail with Proxy Alternatives

Here are some Firefox add-ons that are similar to Auto Login Gmail with Proxy: