Chrome Extension for guiyitongdao.com

Chrome Extension for guiyitongdao.com

什么是Chrome Extension for guiyitongdao.com?

Chrome Extension for guiyitongdao.com是由https://guiyitongdao.com开发的Chrome扩展程序,该扩展的主要功能是“Chrome Extension for guiyitongdao.com”。

扩展截图

screenshot
screenshot

下载Chrome Extension for guiyitongdao.com扩展crx文件

下载Chrome Extension for guiyitongdao.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
隐私政策页面URL 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"
}