YouTube Cleaner
Do you sometimes find yourself lost in watching the next recommended video? YouTube Cleaner helps you save your time (and…
YouTube Cleanerとは何ですか?
YouTube CleanerはFlorian Wetschoreckによって開発されたChromeの拡張機能で、その主な機能は「Do you sometimes find yourself lost in watching the next recommended video? YouTube Cleaner helps you save your time (and…」です。
YouTube Cleaner拡張機能のCRXファイルをダウンロード
YouTube Cleaner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Do you sometimes find yourself lost in watching the next recommended video? YouTube Cleaner helps you save your time (and self-control energy) by simply removing distracting elements from YouTube. Currently, the following elements are blocked: recommendations on the main page, on the video page, comments. As an extra - it even blocks the automatic replay of the next video. Do you occasionally enjoy the full blow of YouTube's distractions? Just turn the extension temporarily off by the click of a button. Do you have any improvement suggestions or requests to have other elements blocked/adjusted as well? Just write me a mail! I am looking forward to hear from you - also, if it is just a small "Thank you"
拡張機能の基本情報
名前 | ![]() |
ID | ffgcabejbifjfcnlnbmjljfghiljehnc |
公式URL | https://chrome.google.com/webstore/detail/youtube-cleaner/ffgcabejbifjfcnlnbmjljfghiljehnc |
説明 | Do you sometimes find yourself lost in watching the next recommended video? YouTube Cleaner helps you save your time (and… |
ファイルサイズ | 9.67 KB |
インストール数 | 142 |
現在のバージョン | 0.0.0.1 |
最終更新日 | 2016-04-16 |
公開日 | 2016-04-16 |
評価 | 4.75/5 合計 8 レビュー |
開発者 | Florian Wetschoreck |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Cleaner", "version": "0.0.0.1", "icons": { "38": "youtube_cleaner.png", "128": "youtube_cleaner.png" }, "permissions": [ "https:\/\/www.youtube.com\/*", "contextMenus", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content_script.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "injected_script.js" ] } |