TeadoosPxy

A small proxy extension

Cos'è TeadoosPxy?

TeadoosPxy è un'estensione di Chrome sviluppata da 梯度科技, e la sua funzione principale è "A small proxy extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TeadoosPxy

Scarica i file di estensione TeadoosPxy 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

                        A minimalistic proxy switch that works with Trojan-gfw client. 一个极简的代理服务器交换机,适合搭配Trojan-gfw使用                    

Informazioni di Base sull'Estensione

Nome TeadoosPxy TeadoosPxy
ID boidconihnccbmeomjhohkngpgoobcmh
URL Ufficiale https://chromewebstore.google.com/detail/teadoospxy/boidconihnccbmeomjhohkngpgoobcmh
Descrizione A small proxy extension
Dimensione del File 802 KB
Conteggio Installazioni 29
Versione Corrente 0.2.8
Ultimo Aggiornamento 2020-03-19
Data di Pubblicazione 2020-03-16
Sviluppatore 梯度科技
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TeadoosPxy",
    "description": "A small proxy extension",
    "version": "0.2.8",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": ".\/img\/icon16.png",
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    },
    "permissions": [
        "",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "proxy",
        "notifications"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}