hide.me Proxy

Unblock any website with hide.me Proxy!

hide.me Proxy là gì?

hide.me Proxy là một tiện ích mở rộng Chrome được phát triển bởi https://hide.me, và tính năng chính của nó là "Unblock any website with hide.me Proxy!".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng hide.me 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

                        Explore the cyber world without any boundaries and get access to every website on the internet. Unblock any website irrespective of the country you are currently residing in. And, don't worry, your real IP is completely hidden from intruders and third-parties, all they can see is a hide.me IP. Not even your ISP can trace anything back to you. So, what are you waiting for? Go and enjoy the ride!                    

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

Tên hide.me Proxy hide.me Proxy
ID ohjocgmpmlfahafbipehkhbaacoemojp
URL Chính Thức https://chromewebstore.google.com/detail/hideme-proxy/ohjocgmpmlfahafbipehkhbaacoemojp
Mô tả Unblock any website with hide.me Proxy!
Kích Thước Tệp 571 KB
Số Lần Cài Đặt 170,296
Phiên Bản Hiện Tại 1.2.5
Cập Nhật Lần Cuối 2024-01-23
Ngày Phát Hành 2020-07-04
Đánh Giá 3.32/5 Tổng số 115 Đánh Giá
Nhà Phát Triển https://hide.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hide.me
URL Trang Trợ Giúp https://hide.me/support
URL Trang Chính Sách Bảo Mật https://hide.me/privacy
Ngôn Ngữ Được Hỗ Trợ id,de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.5",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "homepage_url": "https:\/\/hide.me\/",
    "icons": {
        "16": "images\/icon16_off.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "alarms",
        "proxy",
        "",
        "privacy"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/javascripts\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "javascripts\/proxy.js",
            "javascripts\/privacy.js",
            "javascripts\/icon-badge.js",
            "javascripts\/servers.js",
            "javascripts\/utils.js",
            "javascripts\/localization.js",
            "javascripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon16_off.png",
        "default_title": "__MSG_ext_default_title__",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "22.0.0"
}