Open in Genius for YouTube Music
Chrome extension to add a "Open in Genius" feature for YouTube Music
Cos'è Open in Genius for YouTube Music?
Open in Genius for YouTube Music è un'estensione di Chrome sviluppata da Lucas Riondel, e la sua funzione principale è "Chrome extension to add a "Open in Genius" feature for YouTube Music".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open in Genius for YouTube Music
Scarica i file di estensione Open in Genius 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 Genius for YouTube Music is a Google Chrome that add a button in YouTube Music webapp that allows the user to navigate quickly to Genius song page or search.
Informazioni di Base sull'Estensione
Nome | |
ID | giedcochfmmgnckjegbicpamdgkobgof |
URL Ufficiale | https://chrome.google.com/webstore/detail/open-in-genius-for-youtub/giedcochfmmgnckjegbicpamdgkobgof |
Descrizione | Chrome extension to add a "Open in Genius" feature for YouTube Music |
Dimensione del File | 22.27 KB |
Conteggio Installazioni | 47 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2020-05-03 |
Data di Pubblicazione | 2020-05-03 |
Sviluppatore | Lucas Riondel |
[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 Genius for YouTube Music", "version": "0.1", "description": "Chrome extension to add a \"Open in Genius\" 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\/*" ] } ] } |