Spider.com Proxy

The Greater Grid Proxy Network of Residential & Mobile IPs

Apa itu Spider.com Proxy?

Spider.com Proxy adalah ekstensi Chrome yang dikembangkan oleh http://spider.com, dan fitur utamanya adalah "The Greater Grid Proxy Network of Residential & Mobile IPs".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Spider.com Proxy

Unduh file ekstensi Spider.com Proxy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Spider.com Proxy Spider.com Proxy
ID okbbaphleghgokbkcbdfopohacakgbmk
URL Resmi https://chrome.google.com/webstore/detail/spidercom-proxy/okbbaphleghgokbkcbdfopohacakgbmk
Deskripsi The Greater Grid Proxy Network of Residential & Mobile IPs
Ukuran File 325 KB
Jumlah Instalasi 16
Versi Saat Ini 1.4.16
Terakhir Diperbarui 2021-02-27
Tanggal Publikasi 2020-07-02
Penilaian 1.00/5 Total 1 Penilaian
Pengembang http://spider.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.spider.com/
URL Halaman Bantuan https://www.spider.com/contact
URL Halaman Kebijakan Privasi https://www.spider.com/terms-of-service
Bahasa yang Didukung 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",
        ""
    ]
}