lyricist - Lyrics for Youtube
Youtube lyric injector.
Wat is lyricist - Lyrics for Youtube?
lyricist - Lyrics for Youtube is een Chrome-extensie ontwikkeld door Shantanu Raj, en de belangrijkste functie is "Youtube lyric injector.".
Extensie Screenshots
Download het CRX-bestand van de extensie lyricist - Lyrics for Youtube
Download lyricist - Lyrics for Youtube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | dmmaoggodhipicpoecpnkjbmoikeejgo |
Officiële URL | https://chrome.google.com/webstore/detail/lyricist-lyrics-for-youtu/dmmaoggodhipicpoecpnkjbmoikeejgo |
Beschrijving | Youtube lyric injector. |
Bestandsgrootte | 212 KB |
Aantal Installaties | 340 |
Huidige Versie | 0.3.1 |
Laatst Bijgewerkt | 2018-12-17 |
Publicatiedatum | 2018-12-17 |
Beoordeling | 1.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Shantanu Raj |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |