Lyrics Masti Extension
Lyrics Masti Extension
Lyrics Masti Extension क्या है?
Lyrics Masti Extension http://www.lyricsmasti.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lyrics Masti Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Lyrics Masti Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
LyricsMasti.com One of the Oldest Refrence Website When it comes to Hindi Song Lyrics. We also Offer Guitar Chords & Tabs for Popular Songs. So That you Can sing N Play along. We Are Happy to Share that now you can Get the Lyrics of Song you watching on YouTube at the same page at Lyrics Tabs. We also added Related Songs Tabs & Latest Added Lyrics Tabs . We are hoping this Extension Will help you Sing your Favorite Song With Confidence of Correct Lyrics. Regards LyricsMasti Team For Support or Feedback Please Contact us at our Twitter or Facebook Page Twitter@LyricsMasti Facebook@LyricsMastiPage
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ihbeblchmfccffchiiogfnlkonpggjli |
आधिकारिक URL | https://chrome.google.com/webstore/detail/lyrics-masti-extension/ihbeblchmfccffchiiogfnlkonpggjli |
विवरण | Lyrics Masti Extension |
फ़ाइल का आकार | 161 KB |
स्थापना संख्या | 153 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2018-05-14 |
प्रकाशन तिथि | 2018-05-14 |
रेटिंग | 3.67/5 कुल 6 रेटिंग्स |
डेवलपर | http://www.lyricsmasti.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lyrics Masti Extension", "version": "0.0.2", "manifest_version": 2, "description": "Lyrics Masti Extension", "homepage_url": "http:\/\/www.lyricsmasti.com", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "permissions": [ "webNavigation", "https:\/\/www.youtube.com\/", "https:\/\/www.youtube.com\/*", "https:\/\/www.lyricsmasti.com\/api\/v1\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "js\/jquery-1.12.4.min.js", "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "templates\/*", "js\/*" ] } |