Anonymous HTTP Proxy

Access blocked web resources worldwide, surf the internet freely, and be secure online.

Anonymous HTTP Proxy क्या है?

Anonymous HTTP Proxy https://getbehind.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access blocked web resources worldwide, surf the internet freely, and be secure online."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

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

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

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

                        Getbehind.me offers worldwide proxy servers infrastructure that provides anonymous location targeted browsing experience. This means you can access blocked websites from any location. It's free and easy to use!

After installing, you only need to pick the location you need and then click the connect button. Once you'll be connected, all the websites you will visit are going to recognize you from the selected location.

If you have any technical difficulties, please let us know at [email protected].                    

एक्सटेंशन की मूल जानकारी

नाम Anonymous HTTP Proxy Anonymous HTTP Proxy
ID meifgfdnekgimiclillpbogbblbfbaeg
आधिकारिक URL https://chromewebstore.google.com/detail/anonymous-http-proxy/meifgfdnekgimiclillpbogbblbfbaeg
विवरण Access blocked web resources worldwide, surf the internet freely, and be secure online.
फ़ाइल का आकार 496 KB
स्थापना संख्या 232
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2024-01-23
प्रकाशन तिथि 2017-09-23
रेटिंग 3.00/5 कुल 7 रेटिंग्स
डेवलपर https://getbehind.me
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.getbehind.me
सहायता पृष्ठ URL https://www.getbehind.me/contact
गोपनीयता नीति पृष्ठ URL https://www.getbehind.me/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anonymous HTTP Proxy",
    "version": "1.0.6",
    "description": "Access blocked web resources worldwide, surf the internet freely, and be secure online.",
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "proxy",
        "storage",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "popup.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}