Lyrics Masti Extension
Lyrics Masti Extension
Lyrics Masti Extension란 무엇입니까?
Lyrics Masti Extension은(는) http://www.lyricsmasti.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lyrics Masti Extension"입니다.
확장 프로그램 스크린샷
Lyrics Masti Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*" ] } |