Proxy Docile

Configure and enable a proxy for the University of Padova

ما هو Proxy Docile؟

Proxy Docile هو إضافة Chrome تم تطويرها بواسطة Gianluca Drago، والميزة الرئيسية لها هي "Configure and enable a proxy for the University of Padova".

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

screenshot
screenshot

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

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

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

                        Proxy Docile is a browser extension to automatically configure the proxy settings for the University of Padova, making this process the easiest it can be.

With a single click in the icon displayed in the browser navigation bar, you can enable and disable the proxy without any trouble. Furthermore, the proxy is automatically disabled at the end of the session.

Unlike what happens with other configuration methods, Proxy Docile doesn't touch your operating system settings, as it acts only at the browser level.

Proxy Docile is available also for Mozilla Firefox.                    

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

الاسم Proxy Docile Proxy Docile
ID jaaackgcbbghbogihiaakoeljhpaimao
عنوان URL الرسمي https://chromewebstore.google.com/detail/proxy-docile/jaaackgcbbghbogihiaakoeljhpaimao
الوصف Configure and enable a proxy for the University of Padova
حجم الملف 26.14 KB
عدد التثبيتات 22,995
النسخة الحالية 0.5
آخر تحديث 2022-06-03
تاريخ النشر 2017-01-09
تقييم 4.29/5 مجموع تقييمات 7
المطور Gianluca Drago
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://bibliotecadigitale.cab.unipd.it/strumenti-di-ricerca/proxy/proxy-docile
عنوان صفحة المساعدة https://bibliotecadigitale.cab.unipd.it/aiuto
اللغات المدعومة en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "default_locale": "it",
    "version": "0.5",
    "description": "__MSG_appDesc__",
    "permissions": [
        "proxy"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "browser_style": true,
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        }
    }
}