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」です。

拡張機能のスクリーンショット

screenshot
screenshot

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                    

拡張機能の基本情報

名前 Spider.com Proxy Spider.com Proxy
ID okbbaphleghgokbkcbdfopohacakgbmk
公式URL 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
Eメール [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",
        ""
    ]
}