HTML Filter

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

Что такое HTML Filter?

HTML Filter - это расширение Chrome, разработанное wdtools.org, и его основная функция - "A Simple and easy to use HTML filter that allows you to filter the Site content by Media and Element types.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения HTML Filter

Скачайте файлы расширений HTML Filter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название HTML Filter HTML Filter
ID lggofcompacfnmongnpnkioomlkokljl
Официальный URL https://chrome.google.com/webstore/detail/html-filter/lggofcompacfnmongnpnkioomlkokljl
Описание A Simple and easy to use HTML filter that allows you to filter the Site content by Media and Element types.
Размер файла 11.72 KB
Количество установок 20
Текущая Версия 2.0.0
Последнее Обновление 2021-08-07
Дата публикации 2021-08-07
Разработчик wdtools.org
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://wdtools.org/
Поддерживаемые языки 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
}