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
Eメール [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'"
    }
}