Tion Proxy

A simple and easy to make Proxy in your browser!

Tion Proxyとは何ですか?

Tion Proxyはguilhermepedrosoによって開発されたChromeの拡張機能で、その主な機能は「A simple and easy to make Proxy in your browser!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Tion Proxy拡張機能のCRXファイルをダウンロード

Tion Proxy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Tion Proxy Tion Proxy
ID blcgejpfmledkdpkpijgffchihhilhkk
公式URL https://chrome.google.com/webstore/detail/tion-proxy/blcgejpfmledkdpkpijgffchihhilhkk
説明 A simple and easy to make Proxy in your browser!
ファイルサイズ 1019 KB
インストール数 206
現在のバージョン 1.4
最終更新日 2017-06-28
公開日 2017-06-28
評価 4.63/5 合計 8 レビュー
開発者 guilhermepedroso
Eメール [email protected]
支払い方法 free
対応言語 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"
        ]
    }
}