Music Only for Youtube
Keep only the music of Youtube: hides all videos, all images, yeah!
What is Music Only for Youtube?
Music Only for Youtube is a Chrome extension developed by HamsterApps, and its main feature is "Keep only the music of Youtube: hides all videos, all images, yeah!".
Extension Screenshots
Download Music Only for Youtube Extension CRX File
Download Music Only for Youtube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A must-have for WORK! Hide the videos and keep only the sound of Youtube!
Extension Basic Information
Name | Music Only for Youtube |
ID | mcaikbdablblhjhgpnbknbkbegogbhlm |
Official URL | https://chromewebstore.google.com/detail/music-only-for-youtube/mcaikbdablblhjhgpnbknbkbegogbhlm |
Description | Keep only the music of Youtube: hides all videos, all images, yeah! |
File Size | 85.09 KB |
Installation Count | 2,430 |
Current Version | 0.2 |
Last Updated | 2022-07-19 |
Publish Date | 2022-07-18 |
Rating | 4.05/5 Total 20 Ratings |
Developer | HamsterApps |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |