dopeChat

The dopest chat extension for FB Gaming livestreams!

什麼是dopeChat?

dopeChat是由dope開發的Chrome擴展程式,該擴展的主要功能是“The dopest chat extension for FB Gaming livestreams!”。

擴展截圖

screenshot
screenshot
screenshot

下載dopeChat擴展crx文件

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

擴展使用說明

                        The browser extension aims to improve the chat experience by adding custom emotes, adjusting the chat appearance, and incorporating various quality of life enhancements and tweaks.                    

擴展基本資訊

名稱 dopeChat dopeChat
ID pfbgacokbnigfgdninjmcgokijpfldkn
官方網址 https://chromewebstore.google.com/detail/dopechat/pfbgacokbnigfgdninjmcgokijpfldkn
簡介 The dopest chat extension for FB Gaming livestreams!
檔案大小 128 KB
安裝次數 1,360
目前版本 1.4.6
更新時間 2023-01-14
上架時間 2022-04-21
評分 5.00/5 共 1 次評分
開發者 dope
電子郵箱 [email protected]
付費類型 free
擴展官網 https://dopechat.ddns.net/
說明頁面URL https://dopechat.ddns.net/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.4.6",
    "name": "dopeChat",
    "description": "The dopest chat extension for FB Gaming livestreams!",
    "author": "dope",
    "homepage_url": "https:\/\/dopechat.ddns.net\/",
    "icons": {
        "16": "icon64.png",
        "32": "icon64.png",
        "48": "icon64.png",
        "128": "icon64.png"
    },
    "action": {
        "default_title": "dopeChat"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "js\/backgroundPage.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.facebook.com\/*videos\/*"
            ],
            "js": [
                "js\/contentScript.js",
                "js\/emoteMenu.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "resources": [
                "css\/*",
                "icon64.png"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}