AutoProx

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

AutoProx क्या है?

AutoProx JCZ Studios द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto rotating proxy system that connects you to a secure server."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AutoProx एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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",
        ""
    ]
}