HTML Filter

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

Wat is HTML Filter?

HTML Filter is een Chrome-extensie ontwikkeld door wdtools.org, en de belangrijkste functie is "A Simple and easy to use HTML filter that allows you to filter the Site content by Media and Element types.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie HTML Filter

Download HTML Filter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam HTML Filter HTML Filter
ID lggofcompacfnmongnpnkioomlkokljl
Officiële URL https://chrome.google.com/webstore/detail/html-filter/lggofcompacfnmongnpnkioomlkokljl
Beschrijving A Simple and easy to use HTML filter that allows you to filter the Site content by Media and Element types.
Bestandsgrootte 11.72 KB
Aantal Installaties 20
Huidige Versie 2.0.0
Laatst Bijgewerkt 2021-08-07
Publicatiedatum 2021-08-07
Ontwikkelaar wdtools.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://wdtools.org/
Ondersteunde Talen 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
}