Spider.com Proxy

The Greater Grid Proxy Network of Residential & Mobile IPs

Spider.com Proxy là gì?

Spider.com Proxy là một tiện ích mở rộng Chrome được phát triển bởi http://spider.com, và tính năng chính của nó là "The Greater Grid Proxy Network of Residential & Mobile IPs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Spider.com Proxy

Tải xuống các tệp mở rộng Spider.com Proxy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Spider.com Proxy Spider.com Proxy
ID okbbaphleghgokbkcbdfopohacakgbmk
URL Chính Thức https://chrome.google.com/webstore/detail/spidercom-proxy/okbbaphleghgokbkcbdfopohacakgbmk
Mô tả The Greater Grid Proxy Network of Residential & Mobile IPs
Kích Thước Tệp 325 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.4.16
Cập Nhật Lần Cuối 2021-02-27
Ngày Phát Hành 2020-07-02
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://spider.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.spider.com/
URL Trang Trợ Giúp https://www.spider.com/contact
URL Trang Chính Sách Bảo Mật https://www.spider.com/terms-of-service
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}