Hide That
Easily hide unwanted elements on the current page.
O que é Hide That?
Hide That é uma extensão do Chrome desenvolvida por Christian Fritz, e sua principal característica é "Easily hide unwanted elements on the current page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hide That
Baixe arquivos de extensão Hide That no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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).
Informações Básicas da Extensão
Nome | Hide That |
ID | amdmpimicddfmkpfnbdninilbofcocmh |
URL Oficial | https://chromewebstore.google.com/detail/hide-that/amdmpimicddfmkpfnbdninilbofcocmh |
Descrição | Easily hide unwanted elements on the current page. |
Tamanho do Arquivo | 3.91 KB |
Contagem de Instalações | 15 |
Versão Atual | 0.2.1 |
Última Atualização | 2018-06-13 |
Data de Publicação | 2018-06-12 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Christian Fritz |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } } |