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
官方網址 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'"
    }
}