Proxy

Chrome Proxy Plugin

ما هو Proxy؟

Proxy هو إضافة Chrome تم تطويرها بواسطة surmrf، والميزة الرئيسية لها هي "Chrome Proxy Plugin".

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

screenshot
screenshot

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

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

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

                        Web 请求规则代理工具,可用于静态资源代理等场景开发场景                    

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

الاسم Proxy Proxy
ID kmknalkgockihjefhochkpcnjacmlnfa
عنوان URL الرسمي https://chromewebstore.google.com/detail/proxy/kmknalkgockihjefhochkpcnjacmlnfa
الوصف Chrome Proxy Plugin
حجم الملف 300 KB
عدد التثبيتات 272
النسخة الحالية 0.0.17
آخر تحديث 2023-09-19
تاريخ النشر 2021-05-27
تقييم 5.00/5 مجموع تقييمات 1
المطور surmrf
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Proxy",
    "version": "0.0.17",
    "description": "__MSG_manifestDesc__",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "index.js"
        ],
        "persistent": true
    },
    "options_page": "pages\/options\/index.html",
    "permissions": [
        "contextMenus",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "browser_style": true,
        "default_title": "\u4ee3\u7406\u8f6c\u53d1",
        "default_popup": "pages\/popup\/index.html",
        "default_icon": {
            "32": "assets\/[email protected]",
            "48": "assets\/[email protected]",
            "64": "assets\/[email protected]",
            "128": "assets\/[email protected]"
        }
    },
    "icons": {
        "32": "assets\/[email protected]",
        "48": "assets\/[email protected]",
        "64": "assets\/[email protected]",
        "128": "assets\/[email protected]"
    },
    "web_accessible_resources": [],
    "default_locale": "zh_CN"
}