HTML Filter

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

Qu'est-ce que HTML Filter ?

HTML Filter est une extension Chrome développée par wdtools.org, et sa fonction principale est "A Simple and easy to use HTML filter that allows you to filter the Site content by Media and Element types.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension HTML Filter

Téléchargez les fichiers d'extension HTML Filter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom HTML Filter HTML Filter
ID lggofcompacfnmongnpnkioomlkokljl
URL Officiel https://chrome.google.com/webstore/detail/html-filter/lggofcompacfnmongnpnkioomlkokljl
Description A Simple and easy to use HTML filter that allows you to filter the Site content by Media and Element types.
Taille du Fichier 11.72 KB
Nombre d'Installations 20
Version Actuelle 2.0.0
Dernière Mise à Jour 2021-08-07
Date de Publication 2021-08-07
Développeur wdtools.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wdtools.org/
Langues Prises en Charge 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
}