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
公式URL 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
Eメール [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"
}