The Official Demi Lovato Extension
The Official Demi Lovato Extension
The Official Demi Lovato Extension क्या है?
The Official Demi Lovato Extension https://downloaddemi.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Official Demi Lovato Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में The Official Demi Lovato Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |