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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://www.spider.com/contact
عنوان صفحة سياسة الخصوصية 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",
        ""
    ]
}