Proxy Auto Fill

This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.

ما هو Proxy Auto Fill؟

Proxy Auto Fill هو إضافة Chrome تم تطويرها بواسطة Fernando Fontes، والميزة الرئيسية لها هي "This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.".

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

screenshot

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

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

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

                        This extension will authenticate a proxy connection using a json file stored in credentials folder inside the extension installation folder.                    

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

الاسم Proxy Auto Fill Proxy Auto Fill
ID kcfcmecfidkfjncphpbakdlpmjmkphhi
عنوان URL الرسمي https://chromewebstore.google.com/detail/proxy-auto-fill/kcfcmecfidkfjncphpbakdlpmjmkphhi
الوصف This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.
حجم الملف 31.18 KB
عدد التثبيتات 27
النسخة الحالية 1.1
آخر تحديث 2020-10-12
تاريخ النشر 2020-10-04
المطور Fernando Fontes
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://fjuliofontes.github.io/Proxy-Auto-Fill
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_32.png",
        "default_title": "Proxy Auto Fill"
    },
    "description": "This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.",
    "icons": {
        "16": "icon_16.png",
        "24": "icon_24.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "Proxy Auto Fill",
    "permissions": [
        "bookmarks",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "1.1",
    "web_accessible_resources": [
        "credentials\/data.json"
    ]
}