Chrome Extension for guiyitongdao.com

Chrome Extension for guiyitongdao.com

Cos'è Chrome Extension for guiyitongdao.com?

Chrome Extension for guiyitongdao.com è un'estensione di Chrome sviluppata da https://guiyitongdao.com, e la sua funzione principale è "Chrome Extension for guiyitongdao.com".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Chrome Extension for guiyitongdao.com

Scarica i file di estensione Chrome Extension for guiyitongdao.com in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Chrome Extension for guiyitongdao.com Chrome Extension for guiyitongdao.com
ID neaifaakclhhlbfmpahdgbbpagolpfok
URL Ufficiale https://chromewebstore.google.com/detail/chrome-extension-for-guiy/neaifaakclhhlbfmpahdgbbpagolpfok
Descrizione Chrome Extension for guiyitongdao.com
Dimensione del File 1.01 MB
Conteggio Installazioni 858
Versione Corrente 7.1.5
Ultimo Aggiornamento 2021-06-07
Data di Pubblicazione 2021-06-06
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://guiyitongdao.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://guiyitongdao.com
URL della Pagina della Politica sulla Privacy https://guiyitongdao.com/privacy.html
Lingue Supportate 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"
}