Tion Proxy

A simple and easy to make Proxy in your browser!

Qu'est-ce que Tion Proxy ?

Tion Proxy est une extension Chrome développée par guilhermepedroso, et sa fonction principale est "A simple and easy to make Proxy in your browser!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tion Proxy

Téléchargez les fichiers d'extension Tion Proxy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Tion Proxy Tion Proxy
ID blcgejpfmledkdpkpijgffchihhilhkk
URL Officiel https://chrome.google.com/webstore/detail/tion-proxy/blcgejpfmledkdpkpijgffchihhilhkk
Description A simple and easy to make Proxy in your browser!
Taille du Fichier 1019 KB
Nombre d'Installations 206
Version Actuelle 1.4
Dernière Mise à Jour 2017-06-28
Date de Publication 2017-06-28
Évaluation 4.63/5 Total 8 Évaluations
Développeur guilhermepedroso
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}