Spider.com Proxy
The Greater Grid Proxy Network of Residential & Mobile IPs
Was ist Spider.com Proxy?
Spider.com Proxy ist eine Chrome-Erweiterung, die von http://spider.com entwickelt wurde, und ihr Hauptmerkmal ist "The Greater Grid Proxy Network of Residential & Mobile IPs".
Erweiterungsscreenshots
Spider.com Proxy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Spider.com Proxy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A Spider.com Chrome extension that helps configuring Chrome proxy to use our grid
Grundlegende Informationen zur Erweiterung
Name | |
ID | okbbaphleghgokbkcbdfopohacakgbmk |
Offizielle URL | https://chrome.google.com/webstore/detail/spidercom-proxy/okbbaphleghgokbkcbdfopohacakgbmk |
Beschreibung | The Greater Grid Proxy Network of Residential & Mobile IPs |
Dateigröße | 325 KB |
Installationsanzahl | 16 |
Aktuelle Version | 1.4.16 |
Letztes Update | 2021-02-27 |
Veröffentlichungsdatum | 2020-07-02 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://spider.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.spider.com/ |
Hilfeseite URL | https://www.spider.com/contact |
URL der Datenschutzrichtlinien-Seite | https://www.spider.com/terms-of-service |
Unterstützte Sprachen | 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", " |