Music Only for Youtube
Keep only the music of Youtube: hides all videos, all images, yeah!
Vad är Music Only for Youtube?
Music Only for Youtube är en Chrome-tillägg utvecklad av HamsterApps, och dess huvudfunktion är "Keep only the music of Youtube: hides all videos, all images, yeah!".
Tilläggsskärmbilder
Ladda ner Music Only for Youtube-förlängningens CRX-fil
Ladda ner Music Only for Youtube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A must-have for WORK! Hide the videos and keep only the sound of Youtube!
Grundläggande Information om Tillägg
Namn | Music Only for Youtube |
ID | mcaikbdablblhjhgpnbknbkbegogbhlm |
Officiell webbadress | https://chromewebstore.google.com/detail/music-only-for-youtube/mcaikbdablblhjhgpnbknbkbegogbhlm |
Beskrivning | Keep only the music of Youtube: hides all videos, all images, yeah! |
Filstorlek | 85.09 KB |
Antal Installationer | 2,430 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2022-07-19 |
Publiceringsdatum | 2022-07-18 |
Betyg | 4.05/5 Totalt 20 Betyg |
Utvecklare | HamsterApps |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |