Tiny Proxy Configurator

A tiny and simple proxy configurator.

ما هو Tiny Proxy Configurator؟

Tiny Proxy Configurator هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "A tiny and simple proxy configurator.".

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

screenshot

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

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

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

                        This provides a very simple and minimal proxy configuration method. In addition to specifying the proxy host, you can specify the URL of the PAC script or the PAC script itself.                    

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

الاسم Tiny Proxy Configurator Tiny Proxy Configurator
ID ilgignoiaacgbcagkcmfmbgnjbemedam
عنوان URL الرسمي https://chromewebstore.google.com/detail/tiny-proxy-configurator/ilgignoiaacgbcagkcmfmbgnjbemedam
الوصف A tiny and simple proxy configurator.
حجم الملف 31.71 KB
عدد التثبيتات 73
النسخة الحالية 1.0.1
آخر تحديث 2022-02-22
تاريخ النشر 2019-09-30
تقييم 5.00/5 مجموع تقييمات 1
المطور Unknown
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tiny Proxy Configurator",
    "description": "A tiny and simple proxy configurator.",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "proxy",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}