Spider.com Proxy
The Greater Grid Proxy Network of Residential & Mobile IPs
什麼是Spider.com Proxy?
Spider.com Proxy是由http://spider.com開發的Chrome擴展程式,該擴展的主要功能是“The Greater Grid Proxy Network of Residential & Mobile IPs”。
擴展截圖
下載Spider.com Proxy擴展crx文件
下載Spider.com Proxy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A Spider.com Chrome extension that helps configuring Chrome proxy to use our grid
擴展基本資訊
名稱 | |
ID | okbbaphleghgokbkcbdfopohacakgbmk |
官方網址 | https://chrome.google.com/webstore/detail/spidercom-proxy/okbbaphleghgokbkcbdfopohacakgbmk |
簡介 | The Greater Grid Proxy Network of Residential & Mobile IPs |
檔案大小 | 325 KB |
安裝次數 | 16 |
目前版本 | 1.4.16 |
更新時間 | 2021-02-27 |
上架時間 | 2020-07-02 |
評分 | 1.00/5 共 1 次評分 |
開發者 | http://spider.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.spider.com/ |
說明頁面URL | https://www.spider.com/contact |
隱私政策頁面URL | https://www.spider.com/terms-of-service |
支援的語言 | 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", " |