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
}