The Official Demi Lovato Extension
The Official Demi Lovato Extension
The Official Demi Lovato Extension là gì?
The Official Demi Lovato Extension là một tiện ích mở rộng Chrome được phát triển bởi https://downloaddemi.com, và tính năng chính của nó là "The Official Demi Lovato Extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng The Official Demi Lovato Extension
Tải xuống các tệp mở rộng The Official Demi Lovato Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | The Official Demi Lovato Extension |
ID | nbfnfnpkjbhgghbjelekmgonhlnflhae |
URL Chính Thức | https://chromewebstore.google.com/detail/the-official-demi-lovato/nbfnfnpkjbhgghbjelekmgonhlnflhae |
Mô tả | The Official Demi Lovato Extension |
Kích Thước Tệp | 10.47 KB |
Số Lần Cài Đặt | 73 |
Phiên Bản Hiện Tại | 0.1.10 |
Cập Nhật Lần Cuối | 2018-08-22 |
Ngày Phát Hành | 2018-08-22 |
Đánh Giá | 4.78/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://downloaddemi.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://downloaddemi.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |