Open in YouTube for YouTube Music
Chrome extension to add a "Open in YouTube" feature for YouTube Music
Wat is Open in YouTube for YouTube Music?
Open in YouTube for YouTube Music is een Chrome-extensie ontwikkeld door Lucas Riondel, en de belangrijkste functie is "Chrome extension to add a "Open in YouTube" feature for YouTube Music".
Extensie Screenshots
Download het CRX-bestand van de extensie Open in YouTube for YouTube Music
Download Open in YouTube for YouTube Music-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | odekbjpmanmghgfppjdkbnechlkacojc |
| Officiële URL | https://chromewebstore.google.com/detail/open-in-youtube-for-youtu/odekbjpmanmghgfppjdkbnechlkacojc |
| Beschrijving | Chrome extension to add a "Open in YouTube" feature for YouTube Music |
| Bestandsgrootte | 17.42 KB |
| Aantal Installaties | 1,260 |
| Huidige Versie | 0.3 |
| Laatst Bijgewerkt | 2020-12-19 |
| Publicatiedatum | 2020-05-03 |
| Beoordeling | 2.00/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | Lucas Riondel |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |