Hide Images/Videos
This extension hides images and videos for less distractions.
Hide Images/Videosとは何ですか?
Hide Images/Videosはhttps://www.omarwheatley.comによって開発されたChromeの拡張機能で、その主な機能は「This extension hides images and videos for less distractions.」です。
拡張機能のスクリーンショット
Hide Images/Videos拡張機能のCRXファイルをダウンロード
Hide Images/Videos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension let's you quickly and easily remove all images and videos. This allows for a distraction free website viewing experience. Configurable to hide either images or videos or both. Just click the extension icon and instantly all media will be removed. Refresh the page to undo.
拡張機能の基本情報
名前 | Hide Images/Videos |
ID | idmcpoiccfmffdglijpiapgienjemppo |
公式URL | https://chromewebstore.google.com/detail/hide-imagesvideos/idmcpoiccfmffdglijpiapgienjemppo |
説明 | This extension hides images and videos for less distractions. |
ファイルサイズ | 141 KB |
インストール数 | 2,812 |
現在のバージョン | 3.0.0 |
最終更新日 | 2021-12-20 |
公開日 | 2016-01-24 |
評価 | 3.86/5 合計 21 レビュー |
開発者 | https://www.omarwheatley.com |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://www.google.com/+OmarwApps |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Omar Wheatley", "background": { "service_worker": "myscript.js" }, "action": { "default_icon": "icon.png" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "description": "This extension hides images and videos for less distractions.", "icons": { "128": "icon.png" }, "manifest_version": 3, "name": "Hide Images\/Videos", "permissions": [ "activeTab", "storage", "scripting" ], "short_name": "Hide Images", "version": "3.0.0" } |