hide.me Proxy

Unblock any website with hide.me Proxy!

什麼是hide.me Proxy?

hide.me Proxy是由https://hide.me開發的Chrome擴展程式,該擴展的主要功能是“Unblock any website with hide.me Proxy!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載hide.me Proxy擴展crx文件

下載hide.me Proxy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 hide.me Proxy hide.me Proxy
ID ohjocgmpmlfahafbipehkhbaacoemojp
官方網址 https://chromewebstore.google.com/detail/hideme-proxy/ohjocgmpmlfahafbipehkhbaacoemojp
簡介 Unblock any website with hide.me Proxy!
檔案大小 571 KB
安裝次數 170,296
目前版本 1.2.5
更新時間 2024-01-23
上架時間 2020-07-04
評分 3.32/5 共 115 次評分
開發者 https://hide.me
電子郵箱 [email protected]
付費類型 free
擴展官網 https://hide.me
說明頁面URL https://hide.me/support
隱私政策頁面URL https://hide.me/privacy
支援的語言 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"
}