Lyrics Mania
Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar!
What is Lyrics Mania?
Lyrics Mania is a Chrome extension developed by http://www.lyricsmania.com, and its main feature is "Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar!".
Extension Screenshots
Download Lyrics Mania Extension CRX File
Download Lyrics Mania 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
Automatically looks up for lyrics when typing on address bar: get an instant notification and read lyrics instantly
Extension Basic Information
Name | |
ID | fglpgaacgicodklnelblckodbndhdinb |
Official URL | https://chrome.google.com/webstore/detail/lyrics-mania/fglpgaacgicodklnelblckodbndhdinb |
Description | Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar! |
File Size | 388 KB |
Installation Count | 86 |
Current Version | 1.1 |
Last Updated | 2016-07-21 |
Publish Date | 2016-07-21 |
Rating | 4.00/5 Total 4 Ratings |
Developer | http://www.lyricsmania.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lyrics Mania", "description": "Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar!", "manifest_version": 2, "version": "1.1", "background": { "scripts": [ "notification.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "notifications", "http:\/\/*\/*", "webNavigation", "tabs" ] } |