Spider.com Proxy

The Greater Grid Proxy Network of Residential & Mobile IPs

Spider.com Proxyคืออะไร?

Spider.com Proxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://spider.com และคุณลักษณะหลักของมันคือ "The Greater Grid Proxy Network of Residential & Mobile IPs"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spider.com Proxy

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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",
        ""
    ]
}