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文件
下載The Official Demi Lovato Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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                     擴展基本資訊
| 名稱 |   |  
| ID | nbfnfnpkjbhgghbjelekmgonhlnflhae | 
| 官方網址 | 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"
    ]
}  |  |