The Official Demi Lovato Extension
The Official Demi Lovato Extension
The Official Demi Lovato Extension란 무엇입니까?
The Official Demi Lovato Extension은(는) https://downloaddemi.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Official Demi Lovato Extension"입니다.
확장 프로그램 스크린샷
The Official Demi Lovato Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Lovatic Central is the only official new tab experience for your browser! Get the latest videos, playlists and tour dates every time you open a new tab. Features Bullet Points: • Quickly and easily navigate to Demi’s social media pages, videos, and tour dates • Play Demi’s hits directly from your browser • See Demi’s latest videos and share with your friends
확장 프로그램 기본 정보
이름 | The Official Demi Lovato Extension |
ID | nbfnfnpkjbhgghbjelekmgonhlnflhae |
공식 URL | https://chromewebstore.google.com/detail/the-official-demi-lovato/nbfnfnpkjbhgghbjelekmgonhlnflhae |
설명 | The Official Demi Lovato Extension |
파일 크기 | 10.47 KB |
설치 횟수 | 73 |
현재 버전 | 0.1.10 |
최근 업데이트 | 2018-08-22 |
출시 날짜 | 2018-08-22 |
평점 | 4.78/5 총 9 개의 평점 |
개발자 | https://downloaddemi.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://downloaddemi.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Official Demi Lovato Extension", "version": "0.1.10", "description": "The Official Demi Lovato Extension", "author": "System 1, LLC", "icons": { "16": "assets\/img\/logo16.png", "48": "assets\/img\/logo48.png", "128": "assets\/img\/logo128.png" }, "chrome_url_overrides": { "newtab": "root.html" }, "browser_action": { "default_title": "The Official Demi Lovato Extension" }, "permissions": [ "downloads", "http:\/\/*\/*", "https:\/\/*\/*", "management", "http:\/\/downloaddemi.com\/*" ], "background": { "persistent": false, "scripts": [ "js\/gtm.js", "js\/newTab.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.downloaddemi.com\/*" ] }, "content_security_policy": "script-src 'self' https:\/\/complilib.pxuno.com https:\/\/*.google-analytics.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/tagmanager.google.com https:\/\/www.googleadservices.com https:\/\/xd.inspsearchapi.com 'unsafe-eval'; object-src 'self' 'unsafe-eval'", "web_accessible_resources": [ "images\/*", "fonts\/*", "scripts\/*", "scripts\/**\/*.html", "https:\/\/*.google-analytics.com\/**\/*", "https:\/\/tagmanager.google.com\/*", "script.js", "js\/gtm.js", "ns.js", "insp.localstorage.js" ] } |