Smartproxy Extension

Smartproxy Extension

Start using proxies with Firefox Proxy Add-on. Effortlessly bring all the essential proxy features into your Firefox browser with the Smartproxy add-on. Get your best proxies here: https://smartproxy.com/proxies/residential-proxies/pricing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "4.0.1",
  "description": "Smartproxy Extension – Easy Proxy Setup",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Smartproxy Extension"
  },
  "permissions": [
    "proxy",
    "webRequest",
    "webRequestBlocking",
    "browsingData",
    "storage",
    "tabs",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "page": "background.html"
  },
  "externally_connectable": {
    "matches": [
      "https://dashboard.smartproxy.com/*",
      "https://dashboard.smartdaili-china.com/*"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "91.1.0",
      "id": "{98aaea6a-a2b9-40ea-a884-fe07e30b4b34}"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://dashboard.smartproxy.com/*",
        "https://dashboard.smartdaili-china.com/*"
      ],
      "js": [
        "ff_login.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "short_name": "Smartproxy Extension",
  "name": "Smartproxy Extension",
  "icons": {
    "128": "icon-disconnected.png"
  }
}