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 là gì?

HTML Filter là một tiện ích mở rộng Chrome được phát triển bởi wdtools.org, và tính năng chính của nó là "A Simple and easy to use HTML filter that allows you to filter the Site content by Media and Element types.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng HTML Filter

Tải xuống các tệp mở rộng HTML Filter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HTML Filter HTML Filter
ID lggofcompacfnmongnpnkioomlkokljl
URL Chính Thức https://chrome.google.com/webstore/detail/html-filter/lggofcompacfnmongnpnkioomlkokljl
Mô tả A Simple and easy to use HTML filter that allows you to filter the Site content by Media and Element types.
Kích Thước Tệp 11.72 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2021-08-07
Ngày Phát Hành 2021-08-07
Nhà Phát Triển wdtools.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wdtools.org/
Ngôn Ngữ Được Hỗ Trợ 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
}