dopeChat

The dopest chat extension for FB Gaming livestreams!

dopeChat क्या है?

dopeChat dope द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The dopest chat extension for FB Gaming livestreams!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में dopeChat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    ]
}