Simple proxy helper

Set proxy for Google Chrome browser

ما هو Simple proxy helper؟

Simple proxy helper هو إضافة Chrome تم تطويرها بواسطة devextension2019، والميزة الرئيسية لها هي "Set proxy for Google Chrome browser".

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

screenshot

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

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

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

                        A simple proxy service                    

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

الاسم Simple proxy helper Simple proxy helper
ID aohbblkngjlnokaapngannghcnibiapi
عنوان URL الرسمي https://chromewebstore.google.com/detail/simple-proxy-helper/aohbblkngjlnokaapngannghcnibiapi
الوصف Set proxy for Google Chrome browser
حجم الملف 21 KB
عدد التثبيتات 48
النسخة الحالية 0.0.9
آخر تحديث 2019-05-19
تاريخ النشر 2019-05-16
المطور devextension2019
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "version": "0.0.9",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "name": "__MSG_appName__",
    "icons": {
        "128": "images\/on.png"
    },
    "permissions": [
        "proxy",
        "",
        "webRequest",
        "webRequestBlocking",
        "privacy"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/off.png",
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*"
        ]
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "22.0.0"
}