Lyrics Mania
Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar!
Lyrics Mania क्या है?
Lyrics Mania http://www.lyricsmania.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Lyrics Mania एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Automatically looks up for lyrics when typing on address bar: get an instant notification and read lyrics instantly
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fglpgaacgicodklnelblckodbndhdinb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/lyrics-mania/fglpgaacgicodklnelblckodbndhdinb |
विवरण | Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar! |
फ़ाइल का आकार | 388 KB |
स्थापना संख्या | 86 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2016-07-21 |
प्रकाशन तिथि | 2016-07-21 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | http://www.lyricsmania.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |