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
公式URL 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
Eメール [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"
    ]
}