Anonymous HTTP Proxy

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

Anonymous HTTP Proxy là gì?

Anonymous HTTP Proxy là một tiện ích mở rộng Chrome được phát triển bởi https://getbehind.me, và tính năng chính của nó là "Access blocked web resources worldwide, surf the internet freely, and be secure online.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Anonymous HTTP Proxy

Tải xuống các tệp mở rộng Anonymous HTTP Proxy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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].                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Anonymous HTTP Proxy Anonymous HTTP Proxy
ID meifgfdnekgimiclillpbogbblbfbaeg
URL Chính Thức https://chromewebstore.google.com/detail/anonymous-http-proxy/meifgfdnekgimiclillpbogbblbfbaeg
Mô tả Access blocked web resources worldwide, surf the internet freely, and be secure online.
Kích Thước Tệp 496 KB
Số Lần Cài Đặt 232
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2024-01-23
Ngày Phát Hành 2017-09-23
Đánh Giá 3.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://getbehind.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.getbehind.me
URL Trang Trợ Giúp https://www.getbehind.me/contact
URL Trang Chính Sách Bảo Mật https://www.getbehind.me/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}