Music Only for Youtube
Keep only the music of Youtube: hides all videos, all images, yeah!
Qu'est-ce que Music Only for Youtube ?
Music Only for Youtube est une extension Chrome développée par HamsterApps, et sa fonction principale est "Keep only the music of Youtube: hides all videos, all images, yeah!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Music Only for Youtube
Téléchargez les fichiers d'extension Music Only for Youtube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A must-have for WORK! Hide the videos and keep only the sound of Youtube!
Informations de Base sur l'Extension
Nom | |
ID | mcaikbdablblhjhgpnbknbkbegogbhlm |
URL Officiel | https://chromewebstore.google.com/detail/music-only-for-youtube/mcaikbdablblhjhgpnbknbkbegogbhlm |
Description | Keep only the music of Youtube: hides all videos, all images, yeah! |
Taille du Fichier | 85.09 KB |
Nombre d'Installations | 2,430 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2022-07-19 |
Date de Publication | 2022-07-18 |
Évaluation | 4.05/5 Total 20 Évaluations |
Développeur | HamsterApps |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |