Hide That
Easily hide unwanted elements on the current page.
Wat is Hide That?
Hide That is een Chrome-extensie ontwikkeld door Christian Fritz, en de belangrijkste functie is "Easily hide unwanted elements on the current page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hide That
Download Hide That-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | Hide That |
ID | amdmpimicddfmkpfnbdninilbofcocmh |
Officiële URL | https://chromewebstore.google.com/detail/hide-that/amdmpimicddfmkpfnbdninilbofcocmh |
Beschrijving | Easily hide unwanted elements on the current page. |
Bestandsgrootte | 3.91 KB |
Aantal Installaties | 15 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2018-06-13 |
Publicatiedatum | 2018-06-12 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Christian Fritz |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } |