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. 扩展基本信息
| 名称 | |
| ID | gkjljknnkogcgndejajchomapofgiinf |
| 官方URL | 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"
]
}
]
} | |