Spider.com Proxy

The Greater Grid Proxy Network of Residential & Mobile IPs

Co to jest Spider.com Proxy?

Spider.com Proxy to rozszerzenie Chrome opracowane przez http://spider.com, a jego główną funkcją jest „The Greater Grid Proxy Network of Residential & Mobile IPs”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Spider.com Proxy

Pobierz pliki rozszerzeń Spider.com Proxy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Spider.com Proxy Spider.com Proxy
ID okbbaphleghgokbkcbdfopohacakgbmk
Oficjalny URL https://chrome.google.com/webstore/detail/spidercom-proxy/okbbaphleghgokbkcbdfopohacakgbmk
Opis The Greater Grid Proxy Network of Residential & Mobile IPs
Rozmiar pliku 325 KB
Liczba instalacji 16
Aktualna Wersja 1.4.16
Ostatnia Aktualizacja 2021-02-27
Data Publikacji 2020-07-02
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper http://spider.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.spider.com/
Adres URL Strony Pomocy https://www.spider.com/contact
Adres URL Strony Polityki Prywatności https://www.spider.com/terms-of-service
Obsługiwane Języki 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",
        ""
    ]
}