Lyrics Masti Extension
Lyrics Masti Extension
什麼是Lyrics Masti Extension?
Lyrics Masti Extension是由http://www.lyricsmasti.com開發的Chrome擴展程式,該擴展的主要功能是“Lyrics Masti Extension”。
擴展截圖
下載Lyrics Masti Extension擴展crx文件
下載Lyrics Masti Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } |