Hide Anything - Element Hider for Chrome™

Best element hider for Chrome™. Remove distractions in a breeze.

O que é Hide Anything - Element Hider for Chrome™?

Hide Anything - Element Hider for Chrome™ é uma extensão do Chrome desenvolvida por Excelling Apps, e sua principal característica é "Best element hider for Chrome™. Remove distractions in a breeze.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Hide Anything - Element Hider for Chrome™

Baixe arquivos de extensão Hide Anything - Element Hider for Chrome™ 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

                        Hold down Ctrl key, then left-click and use the mouse to drag a box over any element or intrusive ad to erase it from the page.

Hide any distracting web element and clean up your favorite websites with just a few clicks.

✔️Easy to use
✔️Works on any web element
✔️Automatic background color selection
✔️Save blocked elements
✔️Many more features to explore

With over a million downloads on Play Store, Excelling Apps is now offering Chrome extensions.                    

Informações Básicas da Extensão

Nome Hide Anything - Element Hider for Chrome™ Hide Anything - Element Hider for Chrome™
ID gkjljknnkogcgndejajchomapofgiinf
URL Oficial https://chromewebstore.google.com/detail/hide-anything-element-hid/gkjljknnkogcgndejajchomapofgiinf
Descrição Best element hider for Chrome™. Remove distractions in a breeze.
Tamanho do Arquivo 26.09 KB
Contagem de Instalações 195
Versão Atual 1.0.2
Última Atualização 2023-11-02
Data de Publicação 2022-11-09
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Excelling Apps
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://www.excellingapps.com/extensions/privacy-policy
Idiomas Suportados de,en-US,fr,tr,es,it,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": ".\/ic_16.png",
        "32": ".\/ic_32.png",
        "48": ".\/ic_48.png",
        "128": ".\/ic_128.png"
    },
    "background": {
        "service_worker": ".\/b.js"
    },
    "action": {
        "default_popup": "pu.html"
    },
    "default_locale": "en_US",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start",
            "css": [
                "s.css"
            ],
            "js": [
                ".\/f.js"
            ]
        }
    ]
}