lyricist - Lyrics for Youtube
Youtube lyric injector.
Cos'è lyricist - Lyrics for Youtube?
lyricist - Lyrics for Youtube è un'estensione di Chrome sviluppata da Shantanu Raj, e la sua funzione principale è "Youtube lyric injector.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione lyricist - Lyrics for Youtube
Scarica i file di estensione lyricist - Lyrics for Youtube 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
Youtube Lyrics that just work. No hassles, no captions, just the lyrics. Wabbalabbadubdub! More features coming soon! Changelog: 0.3.1 - BUG FIX - Lyrics not being displayed 0.3.0 - BUG FIX - Displaying lyrics for previous song BUG FIX - Displaying multiple lyrics for a song 0.2.1 - BUG FIX: lyrics not showing on tab change. FEATURE: Add support for more videos!
Informazioni di Base sull'Estensione
Nome | |
ID | dmmaoggodhipicpoecpnkjbmoikeejgo |
URL Ufficiale | https://chrome.google.com/webstore/detail/lyricist-lyrics-for-youtu/dmmaoggodhipicpoecpnkjbmoikeejgo |
Descrizione | Youtube lyric injector. |
Dimensione del File | 212 KB |
Conteggio Installazioni | 340 |
Versione Corrente | 0.3.1 |
Ultimo Aggiornamento | 2018-12-17 |
Data di Pubblicazione | 2018-12-17 |
Valutazione | 1.50/5 Totale 2 Valutazioni |
Sviluppatore | Shantanu Raj |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "lyricist - Lyrics for Youtube", "short_name": "lyricist", "version": "0.3.1", "author": "Jorik Schellekens & Swapnil Raj", "description": "Youtube lyric injector.", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png", "192": "icons\/192.png", "256": "icons\/256.png" }, "permissions": [ "http:\/\/www.azlyrics.com\/", "https:\/\/www.azlyrics.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*", "http:\/\/*.youtube.com\/*" ], "js": [ ".\/content.js" ] } ] } |