Spider.com Proxy

The Greater Grid Proxy Network of Residential & Mobile IPs

Qu'est-ce que Spider.com Proxy ?

Spider.com Proxy est une extension Chrome développée par http://spider.com, et sa fonction principale est "The Greater Grid Proxy Network of Residential & Mobile IPs".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Spider.com Proxy

Téléchargez les fichiers d'extension Spider.com Proxy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Spider.com Proxy Spider.com Proxy
ID okbbaphleghgokbkcbdfopohacakgbmk
URL Officiel https://chrome.google.com/webstore/detail/spidercom-proxy/okbbaphleghgokbkcbdfopohacakgbmk
Description The Greater Grid Proxy Network of Residential & Mobile IPs
Taille du Fichier 325 KB
Nombre d'Installations 16
Version Actuelle 1.4.16
Dernière Mise à Jour 2021-02-27
Date de Publication 2020-07-02
Évaluation 1.00/5 Total 1 Évaluations
Développeur http://spider.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.spider.com/
URL de la Page d'Aide https://www.spider.com/contact
URL de la Page de Politique de Confidentialité https://www.spider.com/terms-of-service
Langues Prises en Charge 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",
        ""
    ]
}