Smartproxy Extension

Smartproxy Extension

Smartproxy extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.2828f5a6.png",
    "32": "icon32.plasmo.140c4526.png",
    "48": "icon48.plasmo.78cc6b31.png",
    "64": "icon64.plasmo.433bb567.png",
    "128": "icon128.plasmo.949ff1fa.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.2828f5a6.png",
      "32": "icon32.plasmo.140c4526.png",
      "48": "icon48.plasmo.78cc6b31.png",
      "64": "icon64.plasmo.433bb567.png",
      "128": "icon128.plasmo.949ff1fa.png"
    },
    "default_popup": "popup.html"
  },
  "version": "5.0.1",
  "author": "[email protected]",
  "name": "Smartproxy Extension",
  "description": "Smartproxy extension",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage",
    "proxy",
    "webRequest",
    "webRequestAuthProvider",
    "browsingData",
    "tabs",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://dashboard.smartproxy.com/*",
        "https://dashboard.smartdaili-china.com/*"
      ],
      "js": [
        "ff_login.3a5f7e7e.js"
      ],
      "run_at": "document_end",
      "all_frames": true,
      "css": []
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "https://dashboard.smartproxy.com/*",
      "https://dashboard.smartdaili-china.com/*",
      "https://ip.smartconnection.io/json"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjIdf00bg6FTLWOqDWhqnKCMLq1QoHwlu0yscs8W/QVqWB6jM2xWsF3CTqt5tsDiyqXh4WhPYGytbIkw1FQNGqSA7ahU7qo9Kujey/VOeT37JRLkQc0BZTeNWR95HkWBdjgD7iqA+sxktnVThTC92JJjppGS6AS+oLbC2BZXGpd3fBYwIszMnp8TJZ2ez/I2PQBMEACFkebxcuAOZrWoe9xmg4s7CfSDQIpR0PzXUZH09q+NcPO4MyQ+X+5WeNqKQAXJEZKqtlWbJsLlXFLnZdcVg+Qje6eZqbSa3qE7Xzr8WkDaud+M7t9kkTUa3ir+dnHsis99p90+hM17pe9y+nwIDAQAB"
}