Spider.com Proxy

Spider.com Proxy

The Greater Grid Proxy Network of Residential & Mobile IPs

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Spider.com Proxy",
  "description": "The Greater Grid Proxy Network of Residential & Mobile IPs",
  "version": "1.4.16",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://app.spider.com/*"
      ],
      "js": [
        "spider.js"
      ]
    }
  ],
  "icons": {
    "64": "spider-64-off.png"
  },
  "content_security_policy": "script-src 'self' 'sha256-ltvJm/e/gpzkSGnXtnQDW6KLW3+2LtjIbNc0PocEqJk='; object-src 'self'",
  "permissions": [
    "proxy",
    "storage",
    "webRequestBlocking",
    "webRequest",
    "cookies",
    "browsingData",
    "<all_urls>"
  ]
}