Hide That
Easily hide unwanted elements on the current page.
Hide Thatคืออะไร?
Hide That เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Christian Fritz และคุณลักษณะหลักของมันคือ "Easily hide unwanted elements on the current page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide That
ดาวน์โหลดไฟล์ส่วนขยาย Hide That ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hide unwanted elements on a web page with a (right)click! Activate this extension on the current page with Alt+z. Once activated, elements will be highlighted using a red frame when hovering over them. Right-click these elements to hide them. Once you are done hiding what you want, you can press Alt+z again to stop the hovering effect. Note that upon activation also all iFrames (embedded) will be hidden from the page. Unlike other extensions, this one does not require any permissions. In particular, this extension cannot read all web-pages you visit (which is a permission most other extensions that are similar to this one require).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hide That |
ID | amdmpimicddfmkpfnbdninilbofcocmh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hide-that/amdmpimicddfmkpfnbdninilbofcocmh |
คำอธิบาย | Easily hide unwanted elements on the current page. |
ขนาดไฟล์ | 3.91 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 0.2.1 |
อัปเดตครั้งล่าสุด | 2018-06-13 |
วันที่เผยแพร่ | 2018-06-12 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Christian Fritz |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide That", "version": "0.2.1", "description": "Easily hide unwanted elements on the current page.", "manifest_version": 2, "permissions": [ "activeTab" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "commands": { "enable-hide": { "suggested_key": { "default": "Alt+Z" }, "description": "Toggle rightclick-to-hide" } } } |