lyricist - Lyrics for Youtube
Youtube lyric injector.
Qu'est-ce que lyricist - Lyrics for Youtube ?
lyricist - Lyrics for Youtube est une extension Chrome développée par Shantanu Raj, et sa fonction principale est "Youtube lyric injector.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension lyricist - Lyrics for Youtube
Téléchargez les fichiers d'extension lyricist - Lyrics for Youtube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | dmmaoggodhipicpoecpnkjbmoikeejgo |
URL Officiel | https://chrome.google.com/webstore/detail/lyricist-lyrics-for-youtu/dmmaoggodhipicpoecpnkjbmoikeejgo |
Description | Youtube lyric injector. |
Taille du Fichier | 212 KB |
Nombre d'Installations | 340 |
Version Actuelle | 0.3.1 |
Dernière Mise à Jour | 2018-12-17 |
Date de Publication | 2018-12-17 |
Évaluation | 1.50/5 Total 2 Évaluations |
Développeur | Shantanu Raj |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |