DotChat

For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which…

Cos'è DotChat?

DotChat è un'estensione di Chrome sviluppata da Lime, e la sua funzione principale è "For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DotChat

Scarica i file di estensione DotChat 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

                        For YouTube

This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which increases the interaction between viewers and streamers.                    

Informazioni di Base sull'Estensione

Nome DotChat DotChat
ID dgadhpmlfghhmiladkdodenkkcoiplcm
URL Ufficiale https://chromewebstore.google.com/detail/dotchat/dgadhpmlfghhmiladkdodenkkcoiplcm
Descrizione For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which…
Dimensione del File 165 KB
Conteggio Installazioni 6,544
Versione Corrente 1.0.2
Ultimo Aggiornamento 2021-02-07
Data di Pubblicazione 2021-01-30
Valutazione 3.99/5 Totale 98 Valutazioni
Sviluppatore Lime
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DotChat",
    "version": "1.0.2",
    "icons": {
        "128": "icon_128x128.png",
        "64": "icon_64x64.png",
        "16": "icon_16x16.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/live_chat?*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "*.png",
        "chat\/*.*"
    ]
}