Simple Proxy

Proxy switch for each individual website.

ما هو Simple Proxy؟

Simple Proxy هو إضافة Chrome تم تطويرها بواسطة jinzhenzu، والميزة الرئيسية لها هي "Proxy switch for each individual website.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        If you need to configure a separate proxy policy for each domain name, then you will need this extension. This extension helps you easily control whether each domain uses a proxy and provides a convenient black and white list mode.                    

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

الاسم Simple Proxy Simple Proxy
ID pjogfmifcmhdmfogmihinlfgdbfbjcli
عنوان URL الرسمي https://chromewebstore.google.com/detail/simple-proxy/pjogfmifcmhdmfogmihinlfgdbfbjcli
الوصف Proxy switch for each individual website.
حجم الملف 180 KB
عدد التثبيتات 163
النسخة الحالية 3.2.0
آخر تحديث 2023-11-30
تاريخ النشر 2019-11-25
المطور jinzhenzu
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/jzz4012650/simple_proxy/tree/v3.1.0
عنوان صفحة المساعدة https://github.com/jzz4012650/simple_proxy/tree/v3.1.0
اللغات المدعومة en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "3.2.0",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Proxy"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "options_page": "options.html",
    "permissions": [
        "proxy",
        "tabs",
        "storage",
        "webRequest",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}