hide.me Proxy

Unblock any website with hide.me Proxy!

Vad är hide.me Proxy?

hide.me Proxy är en Chrome-tillägg utvecklad av https://hide.me, och dess huvudfunktion är "Unblock any website with hide.me Proxy!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner hide.me Proxy-förlängningens CRX-fil

Ladda ner hide.me Proxy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn hide.me Proxy hide.me Proxy
ID ohjocgmpmlfahafbipehkhbaacoemojp
Officiell webbadress https://chromewebstore.google.com/detail/hideme-proxy/ohjocgmpmlfahafbipehkhbaacoemojp
Beskrivning Unblock any website with hide.me Proxy!
Filstorlek 571 KB
Antal Installationer 170,296
Aktuell Version 1.2.5
Senast Uppdaterad 2024-01-23
Publiceringsdatum 2020-07-04
Betyg 3.32/5 Totalt 115 Betyg
Utvecklare https://hide.me
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://hide.me
Hjälpsida URL https://hide.me/support
URL till Sekretesspolicy Sidan https://hide.me/privacy
Stödda Språk 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"
}