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
Eメール [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"
}