Twitcasting Chat Replay

Replays the chat on Twitcasting archives.

Qu'est-ce que Twitcasting Chat Replay ?

Twitcasting Chat Replay est une extension Chrome développée par lyger, et sa fonction principale est "Replays the chat on Twitcasting archives.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitcasting Chat Replay

Téléchargez les fichiers d'extension Twitcasting Chat Replay au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Replays live chat for recorded Twitcasting broadcasts.

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

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

Informations de Base sur l'Extension

Nom Twitcasting Chat Replay Twitcasting Chat Replay
ID lnbjmahfkagdmpeifkblhkglbcpbpohk
URL Officiel https://chromewebstore.google.com/detail/twitcasting-chat-replay/lnbjmahfkagdmpeifkblhkglbcpbpohk
Description Replays the chat on Twitcasting archives.
Taille du Fichier 57.22 KB
Nombre d'Installations 1,084
Version Actuelle 0.4
Dernière Mise à Jour 2020-02-13
Date de Publication 2020-02-13
Évaluation 3.33/5 Total 3 Évaluations
Développeur lyger
Type de Paiement free
Langues Prises en Charge 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"
    }
}