Tion Proxy

A simple and easy to make Proxy in your browser!

Wat is Tion Proxy?

Tion Proxy is een Chrome-extensie ontwikkeld door guilhermepedroso, en de belangrijkste functie is "A simple and easy to make Proxy in your browser!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Tion Proxy

Download Tion Proxy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Tion Proxy Tion Proxy
ID blcgejpfmledkdpkpijgffchihhilhkk
Officiële URL https://chrome.google.com/webstore/detail/tion-proxy/blcgejpfmledkdpkpijgffchihhilhkk
Beschrijving A simple and easy to make Proxy in your browser!
Bestandsgrootte 1019 KB
Aantal Installaties 206
Huidige Versie 1.4
Laatst Bijgewerkt 2017-06-28
Publicatiedatum 2017-06-28
Beoordeling 4.63/5 Totaal 8 Beoordelingen
Ontwikkelaar guilhermepedroso
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}