HTML Filter

A Simple and easy to use HTML filter that allows you to filter the Site content by Media and Element types.

O que é HTML Filter?

HTML Filter é uma extensão do Chrome desenvolvida por wdtools.org, e sua principal característica é "A Simple and easy to use HTML filter that allows you to filter the Site content by Media and Element types.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão HTML Filter

Baixe arquivos de extensão HTML Filter 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

                        An extension for Developers or Users that like to filter Site elements easily.

If you like to filter easily Images, Videos, iframes, SVG and Audio elements than is this the Extension that you need.

You can see how many of the different elements are available on the Page and by clicking on the specific filter all other elements will be hidden.

A great tool to easily detect and see where they are.

Additional features will be available soon.

If you have any suggestions please let me know.                    

Informações Básicas da Extensão

Nome HTML Filter HTML Filter
ID lggofcompacfnmongnpnkioomlkokljl
URL Oficial https://chrome.google.com/webstore/detail/html-filter/lggofcompacfnmongnpnkioomlkokljl
Descrição A Simple and easy to use HTML filter that allows you to filter the Site content by Media and Element types.
Tamanho do Arquivo 11.72 KB
Contagem de Instalações 20
Versão Atual 2.0.0
Última Atualização 2021-08-07
Data de Publicação 2021-08-07
Desenvolvedor wdtools.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://wdtools.org/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HTML Filter",
    "version": "2.0.0",
    "description": "A Simple and easy to use HTML filter that allows you to filter the Site content by Media and Element types.",
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}