Avaproxy

Convenient organization of browser proxy settings management

Avaproxyとは何ですか?

AvaproxyはTunerokによって開発されたChromeの拡張機能で、その主な機能は「Convenient organization of browser proxy settings management」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension allows you to organize convenient on and off proxy server on your computer without the need to constantly change them at settings.
 
Attention: this application does not provide proxy server services, but only allows you to conveniently organize interaction.

FAQ:

1) Go to the application settings through the right click on the icon;
2) Set the desired settings and click "save";
3) Clicking on the extension icon will enable your proxy server.                    

拡張機能の基本情報

名前 Avaproxy Avaproxy
ID ggmfgpcjckibmpeaohpenlkdghlbcbfk
公式URL https://chromewebstore.google.com/detail/avaproxy/ggmfgpcjckibmpeaohpenlkdghlbcbfk
説明 Convenient organization of browser proxy settings management
ファイルサイズ 38.84 KB
インストール数 29
現在のバージョン 0.2
最終更新日 2019-02-04
公開日 2019-02-04
開発者 Tunerok
Eメール [email protected]
支払い方法 free
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.2",
    "default_locale": "en",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "32": "images\/icon32.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon32.png"
    },
    "permissions": [
        "storage",
        "proxy"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}