Twitcasting Chat Replay

Replays the chat on Twitcasting archives.

Cos'è Twitcasting Chat Replay?

Twitcasting Chat Replay è un'estensione di Chrome sviluppata da lyger, e la sua funzione principale è "Replays the chat on Twitcasting archives.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitcasting Chat Replay

Scarica i file di estensione Twitcasting Chat Replay 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

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

Replays live chat for recorded Twitcasting broadcasts.

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

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

Informazioni di Base sull'Estensione

Nome Twitcasting Chat Replay Twitcasting Chat Replay
ID lnbjmahfkagdmpeifkblhkglbcpbpohk
URL Ufficiale https://chromewebstore.google.com/detail/twitcasting-chat-replay/lnbjmahfkagdmpeifkblhkglbcpbpohk
Descrizione Replays the chat on Twitcasting archives.
Dimensione del File 57.22 KB
Conteggio Installazioni 1,084
Versione Corrente 0.4
Ultimo Aggiornamento 2020-02-13
Data di Pubblicazione 2020-02-13
Valutazione 3.33/5 Totale 3 Valutazioni
Sviluppatore lyger
Tipo di Pagamento free
Lingue Supportate 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"
    }
}