Music Only for Youtube
Keep only the music of Youtube: hides all videos, all images, yeah!
Hvad er Music Only for Youtube?
Music Only for Youtube er en Chrome-udvidelse udviklet af HamsterApps, og dens hovedfunktion er "Keep only the music of Youtube: hides all videos, all images, yeah!".
Udvidelsesskærmbilleder
Download Music Only for Youtube-udvidelses-CRX-fil
Download Music Only for Youtube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A must-have for WORK! Hide the videos and keep only the sound of Youtube!
Grundlæggende oplysninger om udvidelsen
Navn | Music Only for Youtube |
ID | mcaikbdablblhjhgpnbknbkbegogbhlm |
Officiel URL | https://chromewebstore.google.com/detail/music-only-for-youtube/mcaikbdablblhjhgpnbknbkbegogbhlm |
Beskrivelse | Keep only the music of Youtube: hides all videos, all images, yeah! |
Filstørrelse | 85.09 KB |
Antal Installationer | 2,430 |
Nuværende Version | 0.2 |
Senest Opdateret | 2022-07-19 |
Udgivelsesdato | 2022-07-18 |
Bedømmelse | 4.05/5 Samlet 20 Bedømmelser |
Udvikler | HamsterApps |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |