AutoProx

Auto rotating proxy system that connects you to a secure server.

AutoProxとは何ですか?

AutoProxはJCZ Studiosによって開発されたChromeの拡張機能で、その主な機能は「Auto rotating proxy system that connects you to a secure server.」です。

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

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

拡張機能の使用方法

                        This extension is currently experimental and may not function fully.
Connection is simple! Just hit the icon in the extension bar!
AutoProx uses an API service to retrieve free proxy services and then connects you to them. Since these proxies are random, we can not make any guarantee as to security, privacy, and usability of them.
In case of an error, cycle the extension by clicking the icon twice when connected.                    

拡張機能の基本情報

名前 AutoProx AutoProx
ID lclmgcmlmapgfleigeckkhjopnmhojic
公式URL https://chrome.google.com/webstore/detail/autoprox/lclmgcmlmapgfleigeckkhjopnmhojic
説明 Auto rotating proxy system that connects you to a secure server.
ファイルサイズ 8.28 KB
インストール数 35
現在のバージョン 0.0.0.1
最終更新日 2018-01-22
公開日 2018-01-22
評価 5.00/5 合計 1 レビュー
開発者 JCZ Studios
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoProx",
    "description": "Auto rotating proxy system that connects you to a secure server.",
    "version": "0.0.0.1",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "assets\/icons\/default.png"
    },
    "browser_action": [],
    "permissions": [
        "proxy",
        ""
    ]
}