YouGenius
Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.
Cos'è YouGenius?
YouGenius è un'estensione di Chrome sviluppata da raphael.rouvinov, e la sua funzione principale è "Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouGenius
Scarica i file di estensione YouGenius 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
YouGenius combines Youtube and Genius to offer side-by-side lyrics next to your YouTube videos.
Informazioni di Base sull'Estensione
Nome | |
ID | bhhdjafmibffbkeepohbjknojlhnmlhm |
URL Ufficiale | https://chrome.google.com/webstore/detail/yougenius/bhhdjafmibffbkeepohbjknojlhnmlhm |
Descrizione | Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube. |
Dimensione del File | 1.88 MB |
Conteggio Installazioni | 27 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2014-11-23 |
Data di Pubblicazione | 2014-11-23 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | raphael.rouvinov |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://raphaelrk.com |
URL della Pagina di Aiuto | http://github.com/AndrewSB/YouGenius |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouGenius", "version": "0.2", "description": "Get the lyrics and get them too with YouGenius, an extension that displays song lyrics and their meanings while browsing YouTube.", "icons": { "16": "images\/icon.png", "48": "images\/48.png", "128": "images\/128.png" }, "homepage_url": "https:\/\/github.com\/tunod\/YouGenius", "background": { "page": "background.html" }, "permissions": [ "http:\/\/youtube.com\/*", "https:\/\/youtube.com\/", "http:\/\/idontfuckwithu.herokuapp.com\/*", "tabs" ], "browser_action": { "default_icon": "images\/icon.png", "default_title": "YouGenius", "default_popup": "popup.html" } } |