dopeChat

The dopest chat extension for FB Gaming livestreams!

Cos'è dopeChat?

dopeChat è un'estensione di Chrome sviluppata da dope, e la sua funzione principale è "The dopest chat extension for FB Gaming livestreams!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione dopeChat

Scarica i file di estensione dopeChat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome dopeChat dopeChat
ID pfbgacokbnigfgdninjmcgokijpfldkn
URL Ufficiale https://chromewebstore.google.com/detail/dopechat/pfbgacokbnigfgdninjmcgokijpfldkn
Descrizione The dopest chat extension for FB Gaming livestreams!
Dimensione del File 128 KB
Conteggio Installazioni 1,360
Versione Corrente 1.4.6
Ultimo Aggiornamento 2023-01-14
Data di Pubblicazione 2022-04-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore dope
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dopechat.ddns.net/
URL della Pagina di Aiuto https://dopechat.ddns.net/
Lingue Supportate 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"
    ]
}