Open in YouTube for YouTube Music
Chrome extension to add a "Open in YouTube" feature for YouTube Music
Qu'est-ce que Open in YouTube for YouTube Music ?
Open in YouTube for YouTube Music est une extension Chrome développée par Lucas Riondel, et sa fonction principale est "Chrome extension to add a "Open in YouTube" feature for YouTube Music".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Open in YouTube for YouTube Music
Téléchargez les fichiers d'extension Open in YouTube for YouTube Music 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
Open in YouTube for YouTube Music is a Google Chrome that add items in YouTube Music's contextual menu that allows the user to navigate quickly to the linked YouTube ressources. Known bugs : - If the contextual menu is larger than the screen (forcing you to scroll to access items), added items won't work.
Informations de Base sur l'Extension
Nom | Open in YouTube for YouTube Music |
ID | odekbjpmanmghgfppjdkbnechlkacojc |
URL Officiel | https://chromewebstore.google.com/detail/open-in-youtube-for-youtu/odekbjpmanmghgfppjdkbnechlkacojc |
Description | Chrome extension to add a "Open in YouTube" feature for YouTube Music |
Taille du Fichier | 17.42 KB |
Nombre d'Installations | 1,260 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2020-12-19 |
Date de Publication | 2020-05-03 |
Évaluation | 2.00/5 Total 7 Évaluations |
Développeur | Lucas Riondel |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open in YouTube for YouTube Music", "version": "0.3", "description": "Chrome extension to add a \"Open in YouTube\" feature for YouTube Music", "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "content_scripts": [ { "js": [ "main.js" ], "css": [ "style.css" ], "matches": [ "https:\/\/music.youtube.com\/*" ] } ] } |