hide.me Proxy

Unblock any website with hide.me Proxy!

Qu'est-ce que hide.me Proxy ?

hide.me Proxy est une extension Chrome développée par https://hide.me, et sa fonction principale est "Unblock any website with hide.me Proxy!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension hide.me Proxy

Téléchargez les fichiers d'extension hide.me Proxy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom hide.me Proxy hide.me Proxy
ID ohjocgmpmlfahafbipehkhbaacoemojp
URL Officiel https://chromewebstore.google.com/detail/hideme-proxy/ohjocgmpmlfahafbipehkhbaacoemojp
Description Unblock any website with hide.me Proxy!
Taille du Fichier 571 KB
Nombre d'Installations 170,296
Version Actuelle 1.2.5
Dernière Mise à Jour 2024-01-23
Date de Publication 2020-07-04
Évaluation 3.32/5 Total 115 Évaluations
Développeur https://hide.me
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://hide.me
URL de la Page d'Aide https://hide.me/support
URL de la Page de Politique de Confidentialité https://hide.me/privacy
Langues Prises en Charge 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"
}