Dbased - based Dlive

add some cool features to Dlive

什麼是Dbased - based Dlive?

Dbased - based Dlive是由zoomerdev開發的Chrome擴展程式,該擴展的主要功能是“add some cool features to Dlive”。

擴展截圖

screenshot

下載Dbased - based Dlive擴展crx文件

下載Dbased - based Dlive擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Dbased, the Dlive companion. Add some cool features to Dlive, including adding unlimited stickers. More coming soon!                    

擴展基本資訊

名稱 Dbased - based Dlive Dbased - based Dlive
ID bjnemjdjapmakafpckmbdanhglffgpoc
官方網址 https://chromewebstore.google.com/detail/dbased-based-dlive/bjnemjdjapmakafpckmbdanhglffgpoc
簡介 add some cool features to Dlive
檔案大小 141 KB
安裝次數 741
目前版本 1.1.1
更新時間 2020-10-06
上架時間 2020-07-02
評分 4.26/5 共 23 次評分
開發者 zoomerdev
電子郵箱 [email protected]
付費類型 free
擴展官網 https://zoomerdev.github.io/dbased
說明頁面URL https://github.com/zoomerdev/dbased/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dbased - based Dlive",
    "version": "1.1.1",
    "description": "add some cool features to Dlive",
    "permissions": [
        "storage",
        "*:\/\/graphigo.prd.dlive.tv\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dlive.tv\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "64": "assets\/logo_small-e277afc9db01f0ccd31bef76efb48dee.png",
        "128": "assets\/[email protected]",
        "256": "assets\/[email protected]"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html"
    }
}