HTML Content Blocker
Blocks desired HTML contents (script, style, image, object, media)
HTML Content Blockerคืออะไร?
HTML Content Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Benni และคุณลักษณะหลักของมันคือ "Blocks desired HTML contents (script, style, image, object, media)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTML Content Blocker
ดาวน์โหลดไฟล์ส่วนขยาย HTML Content Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
HTML Content Blocker provides an easy interface to quickly block various HTML contents (JS, CSS, IMG, OBJ, etc.) on any webpage. To operate, simply open the toolbar and click on the desired icon. Key features: 1. Enables you to block desired HTML contents. 2. Currently, there are five items available to choose from (script, style, image, object, media) 3. To deactivate an operation, simply unmark the related item from toolbar popup. 4. Badge icon text shows the number of blocked items within each tab (changing the tab will update the badge number). To report bugs, please visit the addon's homepage (https://mybrowseraddon.com/html-content-blocker.html) and fill the bug report form.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HTML Content Blocker |
ID | nobnkgabkebhhlgfddbemmefjnjnahoe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/html-content-blocker/nobnkgabkebhhlgfddbemmefjnjnahoe |
คำอธิบาย | Blocks desired HTML contents (script, style, image, object, media) |
ขนาดไฟล์ | 32.78 KB |
จำนวนการติดตั้ง | 5,381 |
เวอร์ชันปัจจุบัน | 0.2.1 |
อัปเดตครั้งล่าสุด | 2023-03-14 |
วันที่เผยแพร่ | 2020-06-16 |
คะแนน | 3.79/5 รวมทั้งหมด 75 คะแนน |
ผู้พัฒนา | Benni |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://mybrowseraddon.com/html-content-blocker.html |
URL หน้าช่วยเหลือ | https://mybrowseraddon.com/html-content-blocker.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.1", "manifest_version": 3, "name": "HTML Content Blocker", "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "storage", "declarativeNetRequest" ], "homepage_url": "https:\/\/mybrowseraddon.com\/html-content-blocker.html", "description": "Blocks desired HTML contents (script, style, image, object, media)", "background": { "service_worker": "background.js" }, "action": { "default_title": "HTML Content Blocker", "default_popup": "data\/popup\/popup.html", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_start", "js": [ "data\/content_script\/inject.js" ] } ], "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |