Spider.com Proxy

The Greater Grid Proxy Network of Residential & Mobile IPs

Cos'è Spider.com Proxy?

Spider.com Proxy è un'estensione di Chrome sviluppata da http://spider.com, e la sua funzione principale è "The Greater Grid Proxy Network of Residential & Mobile IPs".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Spider.com Proxy

Scarica i file di estensione Spider.com Proxy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Spider.com Proxy Spider.com Proxy
ID okbbaphleghgokbkcbdfopohacakgbmk
URL Ufficiale https://chrome.google.com/webstore/detail/spidercom-proxy/okbbaphleghgokbkcbdfopohacakgbmk
Descrizione The Greater Grid Proxy Network of Residential & Mobile IPs
Dimensione del File 325 KB
Conteggio Installazioni 16
Versione Corrente 1.4.16
Ultimo Aggiornamento 2021-02-27
Data di Pubblicazione 2020-07-02
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore http://spider.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.spider.com/
URL della Pagina di Aiuto https://www.spider.com/contact
URL della Pagina della Politica sulla Privacy https://www.spider.com/terms-of-service
Lingue Supportate 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",
        ""
    ]
}