Tion Proxy

A simple and easy to make Proxy in your browser!

Was ist Tion Proxy?

Tion Proxy ist eine Chrome-Erweiterung, die von guilhermepedroso entwickelt wurde, und ihr Hauptmerkmal ist "A simple and easy to make Proxy in your browser!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Tion Proxy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tion Proxy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Tion Proxy Tion Proxy
ID blcgejpfmledkdpkpijgffchihhilhkk
Offizielle URL https://chrome.google.com/webstore/detail/tion-proxy/blcgejpfmledkdpkpijgffchihhilhkk
Beschreibung A simple and easy to make Proxy in your browser!
Dateigröße 1019 KB
Installationsanzahl 206
Aktuelle Version 1.4
Letztes Update 2017-06-28
Veröffentlichungsdatum 2017-06-28
Bewertung 4.63/5 Insgesamt 8 Bewertungen
Entwickler guilhermepedroso
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}