Lyrics Mania
Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar!
Qu'est-ce que Lyrics Mania ?
Lyrics Mania est une extension Chrome développée par http://www.lyricsmania.com, et sa fonction principale est "Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lyrics Mania
Téléchargez les fichiers d'extension Lyrics Mania 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
Automatically looks up for lyrics when typing on address bar: get an instant notification and read lyrics instantly
Informations de Base sur l'Extension
Nom | |
ID | fglpgaacgicodklnelblckodbndhdinb |
URL Officiel | 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! |
Taille du Fichier | 388 KB |
Nombre d'Installations | 86 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-07-21 |
Date de Publication | 2016-07-21 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | http://www.lyricsmania.com |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |