Tion Proxy

A simple and easy to make Proxy in your browser!

What is Tion Proxy?

Tion Proxy is a Chrome extension developed by guilhermepedroso, and its main feature is "A simple and easy to make Proxy in your browser!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Tion Proxy Extension CRX File

Download Tion Proxy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Tion Proxy Tion Proxy
ID blcgejpfmledkdpkpijgffchihhilhkk
Official URL https://chrome.google.com/webstore/detail/tion-proxy/blcgejpfmledkdpkpijgffchihhilhkk
Description A simple and easy to make Proxy in your browser!
File Size 1019 KB
Installation Count 206
Current Version 1.4
Last Updated 2017-06-28
Publish Date 2017-06-28
Rating 4.63/5 Total 8 Ratings
Developer guilhermepedroso
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}