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
官方網址 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
電子郵箱 [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'"
}