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是由wdtools.org开发的Chrome扩展程序,该扩展的主要功能是“A Simple and easy to use HTML filter that allows you to filter the Site content by Media and Element types.”。

扩展截图

screenshot

下载HTML Filter扩展crx文件

下载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
}