Spider.com Proxy

The Greater Grid Proxy Network of Residential & Mobile IPs

What is Spider.com Proxy?

Spider.com Proxy is a Chrome extension developed by http://spider.com, and its main feature is "The Greater Grid Proxy Network of Residential & Mobile IPs".

Extension Screenshots

screenshot
screenshot

Download Spider.com Proxy Extension CRX File

Download Spider.com Proxy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A Spider.com Chrome extension that helps configuring Chrome proxy to use our grid                    

Extension Basic Information

Name Spider.com Proxy Spider.com Proxy
ID okbbaphleghgokbkcbdfopohacakgbmk
Official URL https://chrome.google.com/webstore/detail/spidercom-proxy/okbbaphleghgokbkcbdfopohacakgbmk
Description The Greater Grid Proxy Network of Residential & Mobile IPs
File Size 325 KB
Installation Count 16
Current Version 1.4.16
Last Updated 2021-02-27
Publish Date 2020-07-02
Rating 1.00/5 Total 1 Ratings
Developer http://spider.com
Email [email protected]
Payment Type free
Extension Website https://www.spider.com/
Help Page URL https://www.spider.com/contact
Privacy Policy Page URL https://www.spider.com/terms-of-service
Supported Languages en
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",
        ""
    ]
}