Hide My Back

Hide your back history and identifiable information from trackers

Qu'est-ce que Hide My Back ?

Hide My Back est une extension Chrome développée par http://ip.city, et sa fonction principale est "Hide your back history and identifiable information from trackers".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hide My Back

Téléchargez les fichiers d'extension Hide My Back 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

                        Unlike Adblock or other blockers plugins, Hide My Back, a product from IP.City protect you from online trackers and advertisers by providing invalid data to them.
We modify your browser user-agent, modify your IP address to show you as a user behind proxy server and modify your browsing referral to hide where you are coming from.
Please note that we don't provide a proxy service. We just add some extra IP addresses via proxy Headers to confuse trackers and advertisers.                    

Informations de Base sur l'Extension

Nom Hide My Back Hide My Back
ID adkllkhpobbaieagddmffnfkgibplegi
URL Officiel https://chrome.google.com/webstore/detail/hide-my-back/adkllkhpobbaieagddmffnfkgibplegi
Description Hide your back history and identifiable information from trackers
Taille du Fichier 3.22 MB
Nombre d'Installations 1,000
Version Actuelle 1.0
Dernière Mise à Jour 2017-03-05
Date de Publication 2017-03-05
Évaluation 3.33/5 Total 3 Évaluations
Développeur http://ip.city
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://ip.city/
URL de la Page d'Aide http://ip.city/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "version": "1.0",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_title": "__MSG_short_name__",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "lib\/content-script\/websocket.js",
                "lib\/content-script\/common-script.js",
                "lib\/content-script\/content-script.js",
                "lib\/content-script\/preload.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "minimum_chrome_version": "22",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "unlimitedStorage",
        "privacy",
        "storage"
    ]
}