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