Music Only for Youtube
Keep only the music of Youtube: hides all videos, all images, yeah!
Music Only for Youtubeとは何ですか?
Music Only for YoutubeはHamsterAppsによって開発されたChromeの拡張機能で、その主な機能は「Keep only the music of Youtube: hides all videos, all images, yeah!」です。
拡張機能のスクリーンショット
Music Only for Youtube拡張機能のCRXファイルをダウンロード
Music Only for Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A must-have for WORK! Hide the videos and keep only the sound of Youtube!
拡張機能の基本情報
名前 | Music Only for Youtube |
ID | mcaikbdablblhjhgpnbknbkbegogbhlm |
公式URL | https://chromewebstore.google.com/detail/music-only-for-youtube/mcaikbdablblhjhgpnbknbkbegogbhlm |
説明 | Keep only the music of Youtube: hides all videos, all images, yeah! |
ファイルサイズ | 85.09 KB |
インストール数 | 2,430 |
現在のバージョン | 0.2 |
最終更新日 | 2022-07-19 |
公開日 | 2022-07-18 |
評価 | 4.05/5 合計 20 レビュー |
開発者 | HamsterApps |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Rapha\u00ebl L\u00e9ger", "browser_action": { "default_icon": "icon-on.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "js": [ "js\/script.js" ], "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ] } ], "description": "Keep only the music of Youtube: hides all videos, all images, yeah!", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "Music Only for Youtube", "permissions": [ "activeTab" ], "version": "0.2", "web_accessible_resources": [ "js\/script.js" ] } |