BP Proxy Switcher

Change your proxies with one click

ما هو BP Proxy Switcher؟

BP Proxy Switcher هو إضافة Chrome تم تطويرها بواسطة buyproxies.org، والميزة الرئيسية لها هي "Change your proxies with one click".

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

screenshot

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

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

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

                        Change your proxies with one click.
With our chrome proxy addon you can load your list of proxies once, from clipboard or URL then switch between them with a single click. 

Proxy plugin options
- display the country for each proxy
- delete the cache before switching to a new proxy
- auto-reload the current tab when switching the proxy
- change the proxies automatically at every X seconds
- load the proxies list at every X minutes from a .txt file from an URL

Because of the Chrome limitations is not possible to set a different proxy on each chrome tab, the proxy will be set for the entire Chrome profile.                    

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

الاسم BP Proxy Switcher BP Proxy Switcher
ID bapeomcobggcdleohggighcjbeeglhbn
عنوان URL الرسمي https://chromewebstore.google.com/detail/bp-proxy-switcher/bapeomcobggcdleohggighcjbeeglhbn
الوصف Change your proxies with one click
حجم الملف 13.21 MB
عدد التثبيتات 90,000
النسخة الحالية 4.0.5
آخر تحديث 2022-06-10
تاريخ النشر 2020-03-02
تقييم 3.83/5 مجموع تقييمات 30
المطور buyproxies.org
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://buyproxies.org
عنوان صفحة المساعدة https://buyproxies.org
عنوان صفحة سياسة الخصوصية https://buyproxies.org/privacyPolicy.htm
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BP Proxy Switcher",
    "description": "Change your proxies with one click",
    "version": "4.0.5",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage",
        "proxy",
        "privacy",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs",
        "browsingData",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "incognito": "spanning"
}