Proxyfy

Tiny proxy switcher

ما هو Proxyfy؟

Proxyfy هو إضافة Chrome تم تطويرها بواسطة Anton، والميزة الرئيسية لها هي "Tiny proxy switcher".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Proxyfy

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

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

                        Simple proxy switcher, like late FoxyProxy.

* Support URL rules
* Import/Export settings
* Quick switch from popup

! Chrome manifest v3 is not supported proxy authorization,  crbug.com/1135492                    

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

الاسم Proxyfy Proxyfy
ID nhhiibgdcbodahbjepebolcdpmgdedmk
عنوان URL الرسمي https://chromewebstore.google.com/detail/proxyfy/nhhiibgdcbodahbjepebolcdpmgdedmk
الوصف Tiny proxy switcher
حجم الملف 419 KB
عدد التثبيتات 736
النسخة الحالية 2.1.6
آخر تحديث 2023-05-03
تاريخ النشر 2019-03-08
تقييم 4.33/5 مجموع تقييمات 3
المطور Anton
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://github.com/Feverqwe/proxyfy/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "19": "icons\/icon_19.png",
            "38": "icons\/icon_38.png"
        },
        "default_title": "Proxyfy",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_48.png",
        "16": "icons\/icon_16.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "proxy"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "name": "Proxyfy",
    "description": "Tiny proxy switcher",
    "version": "2.1.6"
}