Tion Proxy

A simple and easy to make Proxy in your browser!

Cos'è Tion Proxy?

Tion Proxy è un'estensione di Chrome sviluppata da guilhermepedroso, e la sua funzione principale è "A simple and easy to make Proxy in your browser!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tion Proxy

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

                        The Tion Proxy is a free alternative of the Fiddler, Charles or Nproxy.                    

Informazioni di Base sull'Estensione

Nome Tion Proxy Tion Proxy
ID blcgejpfmledkdpkpijgffchihhilhkk
URL Ufficiale https://chrome.google.com/webstore/detail/tion-proxy/blcgejpfmledkdpkpijgffchihhilhkk
Descrizione A simple and easy to make Proxy in your browser!
Dimensione del File 1019 KB
Conteggio Installazioni 206
Versione Corrente 1.4
Ultimo Aggiornamento 2017-06-28
Data di Pubblicazione 2017-06-28
Valutazione 4.63/5 Totale 8 Valutazioni
Sviluppatore guilhermepedroso
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tion Proxy",
    "description": "A simple and easy to make Proxy in your browser!",
    "version": "1.4",
    "icons": {
        "128": "icon.png",
        "48": "icon.png",
        "16": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "popup.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}