Hide Anything - Element Hider for Chrome™
Best element hider for Chrome™. Remove distractions in a breeze.
什麼是Hide Anything - Element Hider for Chrome™?
Hide Anything - Element Hider for Chrome™是由Excelling Apps開發的Chrome擴展程式,該擴展的主要功能是“Best element hider for Chrome™. Remove distractions in a breeze.”。
擴展截圖
下載Hide Anything - Element Hider for Chrome™擴展crx文件
下載Hide Anything - Element Hider for Chrome™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Hold down Ctrl key, then left-click and use the mouse to drag a box over any element or intrusive ad to erase it from the page. Hide any distracting web element and clean up your favorite websites with just a few clicks. ✔️Easy to use ✔️Works on any web element ✔️Automatic background color selection ✔️Save blocked elements ✔️Many more features to explore With over a million downloads on Play Store, Excelling Apps is now offering Chrome extensions.
擴展基本資訊
名稱 | Hide Anything - Element Hider for Chrome™ |
ID | gkjljknnkogcgndejajchomapofgiinf |
官方網址 | https://chromewebstore.google.com/detail/hide-anything-element-hid/gkjljknnkogcgndejajchomapofgiinf |
簡介 | Best element hider for Chrome™. Remove distractions in a breeze. |
檔案大小 | 26.09 KB |
安裝次數 | 195 |
目前版本 | 1.0.2 |
更新時間 | 2023-11-02 |
上架時間 | 2022-11-09 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Excelling Apps |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | http://www.excellingapps.com/extensions/privacy-policy |
支援的語言 | de,en-US,fr,tr,es,it,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.0.2", "manifest_version": 3, "icons": { "16": ".\/ic_16.png", "32": ".\/ic_32.png", "48": ".\/ic_48.png", "128": ".\/ic_128.png" }, "background": { "service_worker": ".\/b.js" }, "action": { "default_popup": "pu.html" }, "default_locale": "en_US", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_start", "css": [ "s.css" ], "js": [ ".\/f.js" ] } ] } |