Twitcasting Chat Replay

Replays the chat on Twitcasting archives.

Co to jest Twitcasting Chat Replay?

Twitcasting Chat Replay to rozszerzenie Chrome opracowane przez lyger, a jego główną funkcją jest „Replays the chat on Twitcasting archives.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Twitcasting Chat Replay

Pobierz pliki rozszerzeń Twitcasting Chat Replay 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

                        ツイキャスの録画を視聴するとき、ライブと同じようにコメントを流します。

Replays live chat for recorded Twitcasting broadcasts.

ツイキャスの仕様のため、手動でコメントの遅延を調整する必要があります。

Due to programming limitations, the comment timing delay must be manually adjusted.                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitcasting Chat Replay Twitcasting Chat Replay
ID lnbjmahfkagdmpeifkblhkglbcpbpohk
Oficjalny URL https://chromewebstore.google.com/detail/twitcasting-chat-replay/lnbjmahfkagdmpeifkblhkglbcpbpohk
Opis Replays the chat on Twitcasting archives.
Rozmiar pliku 57.22 KB
Liczba instalacji 1,084
Aktualna Wersja 0.4
Ostatnia Aktualizacja 2020-02-13
Data Publikacji 2020-02-13
Ocena 3.33/5 Łącznie 3 Oceny
Deweloper lyger
Typ Płatności free
Obsługiwane Języki en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "ja",
    "manifest_version": 2,
    "version": "0.4",
    "permissions": [
        "https:\/\/twitcasting.tv\/*\/movie\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitcasting.tv\/*\/movie\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "react.production.min.js",
                "react-dom.production.min.js",
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}