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 |
| Eメール | [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"
]
}
]
} | |