dopeChat

The dopest chat extension for FB Gaming livestreams!

What is dopeChat?

dopeChat is a Chrome extension developed by dope, and its main feature is "The dopest chat extension for FB Gaming livestreams!".

Extension Screenshots

screenshot
screenshot
screenshot

Download dopeChat Extension CRX File

Download dopeChat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name dopeChat dopeChat
ID pfbgacokbnigfgdninjmcgokijpfldkn
Official URL https://chromewebstore.google.com/detail/dopechat/pfbgacokbnigfgdninjmcgokijpfldkn
Description The dopest chat extension for FB Gaming livestreams!
File Size 128 KB
Installation Count 1,360
Current Version 1.4.6
Last Updated 2023-01-14
Publish Date 2022-04-21
Rating 5.00/5 Total 1 Ratings
Developer dope
Email [email protected]
Payment Type free
Extension Website https://dopechat.ddns.net/
Help Page URL https://dopechat.ddns.net/
Supported Languages 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"
    ]
}