YouTube Minimizer
Hides suggestion bar and disables autoplay.
YouTube Minimizerとは何ですか?
YouTube Minimizerはcmbartschatによって開発されたChromeの拡張機能で、その主な機能は「Hides suggestion bar and disables autoplay.」です。
拡張機能のスクリーンショット
YouTube Minimizer拡張機能のCRXファイルをダウンロード
YouTube Minimizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Completely hides all videos marked as watched on the subscription list and tile views. Also reduces the sidebar to the single autoplay option, removing all other related and recommended videos.
拡張機能の基本情報
名前 | |
ID | igjfhbgmolfphjejknbmpipjiljddmic |
公式URL | https://chromewebstore.google.com/detail/youtube-minimizer/igjfhbgmolfphjejknbmpipjiljddmic |
説明 | Hides suggestion bar and disables autoplay. |
ファイルサイズ | 5.27 KB |
インストール数 | 300 |
現在のバージョン | 1.4 |
最終更新日 | 2016-11-13 |
公開日 | 2016-11-12 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | cmbartschat |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Minimizer", "short_name": "YouTube Minimizer", "version": "1.4", "description": "Hides suggestion bar and disables autoplay.", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*" ], "css": [ "hide.css" ] }, { "matches": [ "https:\/\/www.youtube.com\/feed\/subscriptions*" ], "js": [ "hidequick.js" ] } ] } |