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开发的Chrome扩展程序,该扩展的主要功能是“Access blocked web resources worldwide, surf the internet freely, and be secure online.”。

扩展截图

screenshot
screenshot
screenshot

下载Anonymous HTTP Proxy扩展crx文件

下载Anonymous HTTP Proxy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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'"
    }
}