Twitcasting Chat Replay

Replays the chat on Twitcasting archives.

Wat is Twitcasting Chat Replay?

Twitcasting Chat Replay is een Chrome-extensie ontwikkeld door lyger, en de belangrijkste functie is "Replays the chat on Twitcasting archives.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitcasting Chat Replay

Download Twitcasting Chat Replay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Replays live chat for recorded Twitcasting broadcasts.

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

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

Basisinformatie over de Extensie

Naam Twitcasting Chat Replay Twitcasting Chat Replay
ID lnbjmahfkagdmpeifkblhkglbcpbpohk
Officiële URL https://chromewebstore.google.com/detail/twitcasting-chat-replay/lnbjmahfkagdmpeifkblhkglbcpbpohk
Beschrijving Replays the chat on Twitcasting archives.
Bestandsgrootte 57.22 KB
Aantal Installaties 1,084
Huidige Versie 0.4
Laatst Bijgewerkt 2020-02-13
Publicatiedatum 2020-02-13
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar lyger
Betalingswijze free
Ondersteunde Talen 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"
    }
}