Open in YouTube for YouTube Music

Chrome extension to add a "Open in YouTube" feature for YouTube Music

Cos'è Open in YouTube for YouTube Music?

Open in YouTube for YouTube Music è un'estensione di Chrome sviluppata da Lucas Riondel, e la sua funzione principale è "Chrome extension to add a "Open in YouTube" feature for YouTube Music".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Open in YouTube for YouTube Music

Scarica i file di estensione Open in YouTube for YouTube Music in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Open in YouTube for YouTube Music Open in YouTube for YouTube Music
ID odekbjpmanmghgfppjdkbnechlkacojc
URL Ufficiale https://chromewebstore.google.com/detail/open-in-youtube-for-youtu/odekbjpmanmghgfppjdkbnechlkacojc
Descrizione Chrome extension to add a "Open in YouTube" feature for YouTube Music
Dimensione del File 17.42 KB
Conteggio Installazioni 1,260
Versione Corrente 0.3
Ultimo Aggiornamento 2020-12-19
Data di Pubblicazione 2020-05-03
Valutazione 2.00/5 Totale 7 Valutazioni
Sviluppatore Lucas Riondel
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}