Hide That

Easily hide unwanted elements on the current page.

Qu'est-ce que Hide That ?

Hide That est une extension Chrome développée par Christian Fritz, et sa fonction principale est "Easily hide unwanted elements on the current page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hide That

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

                        Hide unwanted elements on a web page with a (right)click!

Activate this extension on the current page with Alt+z. Once activated, elements will be highlighted using a red frame when hovering over them. Right-click these elements to hide them. Once you are done hiding what you want, you can press Alt+z again to stop the hovering effect. Note that upon activation also all iFrames (embedded) will be hidden from the page.

Unlike other extensions, this one does not require any permissions. In particular, this extension cannot read all web-pages you visit (which is a permission most other extensions that are similar to this one require).                    

Informations de Base sur l'Extension

Nom Hide That Hide That
ID amdmpimicddfmkpfnbdninilbofcocmh
URL Officiel https://chromewebstore.google.com/detail/hide-that/amdmpimicddfmkpfnbdninilbofcocmh
Description Easily hide unwanted elements on the current page.
Taille du Fichier 3.91 KB
Nombre d'Installations 15
Version Actuelle 0.2.1
Dernière Mise à Jour 2018-06-13
Date de Publication 2018-06-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur Christian Fritz
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide That",
    "version": "0.2.1",
    "description": "Easily hide unwanted elements on the current page.",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "enable-hide": {
            "suggested_key": {
                "default": "Alt+Z"
            },
            "description": "Toggle rightclick-to-hide"
        }
    }
}