Random Proxy Switcher

Cycles between proxies randomly every 60 seconds.

ما هو Random Proxy Switcher؟

Random Proxy Switcher هو إضافة Chrome تم تطويرها بواسطة webrobots، والميزة الرئيسية لها هي "Cycles between proxies randomly every 60 seconds.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Random Proxy Switcher

قم بتنزيل ملفات الامتداد Random Proxy Switcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension allows user to enter up to 4 proxy servers and randomly hop through them every 60s while extension is open. This extension has a really simple interface for no-frills configuration.                    

معلومات أساسية عن التمديد

الاسم Random Proxy Switcher Random Proxy Switcher
ID kdmdbahkimnclcmnppaagnnnpdjfggbb
عنوان URL الرسمي https://chromewebstore.google.com/detail/random-proxy-switcher/kdmdbahkimnclcmnppaagnnnpdjfggbb
الوصف Cycles between proxies randomly every 60 seconds.
حجم الملف 263 KB
عدد التثبيتات 1,749
النسخة الحالية 0.0.2
آخر تحديث 2014-10-24
تاريخ النشر 2014-10-24
تقييم 4.33/5 مجموع تقييمات 12
المطور webrobots
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://werobots.io
عنوان صفحة سياسة الخصوصية https://webrobots.io/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Random Proxy Switcher",
    "description": "Cycles between proxies randomly every 60 seconds.",
    "version": "0.0.2",
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "proxy"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/stats.g.doubleclick.net; object-src 'self'"
}