Lyrics Mania

Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar!

Wat is Lyrics Mania?

Lyrics Mania is een Chrome-extensie ontwikkeld door http://www.lyricsmania.com, en de belangrijkste functie is "Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lyrics Mania

Download Lyrics Mania-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

                        Automatically looks up for lyrics when typing on address bar: get an instant notification and read lyrics instantly                    

Basisinformatie over de Extensie

Naam Lyrics Mania Lyrics Mania
ID fglpgaacgicodklnelblckodbndhdinb
Officiële URL https://chrome.google.com/webstore/detail/lyrics-mania/fglpgaacgicodklnelblckodbndhdinb
Beschrijving Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar!
Bestandsgrootte 388 KB
Aantal Installaties 86
Huidige Versie 1.1
Laatst Bijgewerkt 2016-07-21
Publicatiedatum 2016-07-21
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar http://www.lyricsmania.com
Betalingswijze free
Ondersteunde Talen 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"
    ]
}