HTML Filter

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

Was ist HTML Filter?

HTML Filter ist eine Chrome-Erweiterung, die von wdtools.org entwickelt wurde, und ihr Hauptmerkmal ist "A Simple and easy to use HTML filter that allows you to filter the Site content by Media and Element types.".

Erweiterungsscreenshots

screenshot

HTML Filter-Erweiterungs-CRX-Datei herunterladen

Laden Sie HTML Filter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name HTML Filter HTML Filter
ID lggofcompacfnmongnpnkioomlkokljl
Offizielle URL https://chrome.google.com/webstore/detail/html-filter/lggofcompacfnmongnpnkioomlkokljl
Beschreibung A Simple and easy to use HTML filter that allows you to filter the Site content by Media and Element types.
Dateigröße 11.72 KB
Installationsanzahl 20
Aktuelle Version 2.0.0
Letztes Update 2021-08-07
Veröffentlichungsdatum 2021-08-07
Entwickler wdtools.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://wdtools.org/
Unterstützte Sprachen 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
}