DotChat

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

Co to jest DotChat?

DotChat to rozszerzenie Chrome opracowane przez Lime, a jego główną funkcją jest „For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia DotChat

Pobierz pliki rozszerzeń DotChat w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa DotChat DotChat
ID dgadhpmlfghhmiladkdodenkkcoiplcm
Oficjalny URL https://chromewebstore.google.com/detail/dotchat/dgadhpmlfghhmiladkdodenkkcoiplcm
Opis For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which…
Rozmiar pliku 165 KB
Liczba instalacji 6,544
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2021-02-07
Data Publikacji 2021-01-30
Ocena 3.99/5 Łącznie 98 Oceny
Deweloper Lime
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*.*"
    ]
}