Chrome Extension for guiyitongdao.com

Chrome Extension for guiyitongdao.com

ما هو Chrome Extension for guiyitongdao.com؟

Chrome Extension for guiyitongdao.com هو إضافة Chrome تم تطويرها بواسطة https://guiyitongdao.com، والميزة الرئيسية لها هي "Chrome Extension for guiyitongdao.com".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Chrome Extension for guiyitongdao.com

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

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

                        1.Accelerate website visits ussing Chrome's spdy proxy with group of servers in diffrent countries.
2.Proxy translating protocols between HTTP/2 and HTTP/1, it works as reverse proxy for both HTTP/2 and HTTP/1 clients to backend servers.HTTP/2  on the frontend, and an HTTP/1 connection on backend.                    

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

الاسم Chrome Extension for guiyitongdao.com Chrome Extension for guiyitongdao.com
ID neaifaakclhhlbfmpahdgbbpagolpfok
عنوان URL الرسمي https://chromewebstore.google.com/detail/chrome-extension-for-guiy/neaifaakclhhlbfmpahdgbbpagolpfok
الوصف Chrome Extension for guiyitongdao.com
حجم الملف 1.01 MB
عدد التثبيتات 858
النسخة الحالية 7.1.5
آخر تحديث 2021-06-07
تاريخ النشر 2021-06-06
تقييم 5.00/5 مجموع تقييمات 2
المطور https://guiyitongdao.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://guiyitongdao.com
عنوان صفحة سياسة الخصوصية https://guiyitongdao.com/privacy.html
اللغات المدعومة en,zh-CN
manifest.json
{
    "version": "7.1.5",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "name": "__MSG_appName__",
    "icons": {
        "128": "images\/on.png",
        "48": "images\/on48.png",
        "16": "images\/on16.png"
    },
    "permissions": [
        "proxy",
        "tabs",
        "unlimitedStorage",
        "notifications",
        "",
        "activeTab",
        "https:\/\/guiyi.network\/",
        "https:\/\/gy-api.com\/",
        "https:\/\/guiyitongdao.com\/",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "on48.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "javascripts\/jquery-2.0.3.min.js",
            "javascripts\/ajax.js",
            "javascripts\/finger.min.js",
            "background.js"
        ]
    },
    "commands": {
        "open-option": {
            "suggested_key": {
                "default": "Alt+O"
            },
            "description": "Open option page"
        }
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/off.png",
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "22.0.0"
}