Chrome Extension for guiyitongdao.com

Chrome Extension for guiyitongdao.com

What is Chrome Extension for guiyitongdao.com?

Chrome Extension for guiyitongdao.com is a Chrome extension developed by https://guiyitongdao.com, and its main feature is "Chrome Extension for guiyitongdao.com".

Extension Screenshots

screenshot
screenshot

Download Chrome Extension for guiyitongdao.com Extension CRX File

Download Chrome Extension for guiyitongdao.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Chrome Extension for guiyitongdao.com Chrome Extension for guiyitongdao.com
ID neaifaakclhhlbfmpahdgbbpagolpfok
Official URL https://chromewebstore.google.com/detail/chrome-extension-for-guiy/neaifaakclhhlbfmpahdgbbpagolpfok
Description Chrome Extension for guiyitongdao.com
File Size 1.01 MB
Installation Count 858
Current Version 7.1.5
Last Updated 2021-06-07
Publish Date 2021-06-06
Rating 5.00/5 Total 2 Ratings
Developer https://guiyitongdao.com
Email [email protected]
Payment Type free
Extension Website https://guiyitongdao.com
Privacy Policy Page URL https://guiyitongdao.com/privacy.html
Supported Languages 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"
}