lyricist - Lyrics for Youtube
Youtube lyric injector.
What is lyricist - Lyrics for Youtube?
lyricist - Lyrics for Youtube is a Chrome extension developed by Shantanu Raj, and its main feature is "Youtube lyric injector.".
Extension Screenshots
Download lyricist - Lyrics for Youtube Extension CRX File
Download lyricist - Lyrics for Youtube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | dmmaoggodhipicpoecpnkjbmoikeejgo |
Official URL | https://chrome.google.com/webstore/detail/lyricist-lyrics-for-youtu/dmmaoggodhipicpoecpnkjbmoikeejgo |
Description | Youtube lyric injector. |
File Size | 212 KB |
Installation Count | 340 |
Current Version | 0.3.1 |
Last Updated | 2018-12-17 |
Publish Date | 2018-12-17 |
Rating | 1.50/5 Total 2 Ratings |
Developer | Shantanu Raj |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |