HTML Filter

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

¿Qué es HTML Filter?

HTML Filter es una extensión de Chrome desarrollada por wdtools.org, y su función principal es "A Simple and easy to use HTML filter that allows you to filter the Site content by Media and Element types.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión HTML Filter

Descarga archivos de extensión HTML Filter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre HTML Filter HTML Filter
ID lggofcompacfnmongnpnkioomlkokljl
URL Oficial https://chrome.google.com/webstore/detail/html-filter/lggofcompacfnmongnpnkioomlkokljl
Descripción A Simple and easy to use HTML filter that allows you to filter the Site content by Media and Element types.
Tamaño del Archivo 11.72 KB
Cantidad de Instalaciones 20
Versión Actual 2.0.0
Última Actualización 2021-08-07
Fecha de Publicación 2021-08-07
Desarrollador wdtools.org
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://wdtools.org/
Idiomas Soportados 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
}