HTML Filter

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

Cos'è HTML Filter?

HTML Filter è un'estensione di Chrome sviluppata da wdtools.org, e la sua funzione principale è "A Simple and easy to use HTML filter that allows you to filter the Site content by Media and Element types.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HTML Filter

Scarica i file di estensione HTML Filter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome HTML Filter HTML Filter
ID lggofcompacfnmongnpnkioomlkokljl
URL Ufficiale https://chrome.google.com/webstore/detail/html-filter/lggofcompacfnmongnpnkioomlkokljl
Descrizione A Simple and easy to use HTML filter that allows you to filter the Site content by Media and Element types.
Dimensione del File 11.72 KB
Conteggio Installazioni 20
Versione Corrente 2.0.0
Ultimo Aggiornamento 2021-08-07
Data di Pubblicazione 2021-08-07
Sviluppatore wdtools.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://wdtools.org/
Lingue Supportate 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
}