Twitcasting Chat Replay

Replays the chat on Twitcasting archives.

Twitcasting Chat Replayとは何ですか?

Twitcasting Chat Replayはlygerによって開発されたChromeの拡張機能で、その主な機能は「Replays the chat on Twitcasting archives.」です。

拡張機能のスクリーンショット

screenshot

Twitcasting Chat Replay拡張機能のCRXファイルをダウンロード

Twitcasting Chat Replay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

Replays live chat for recorded Twitcasting broadcasts.

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

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

拡張機能の基本情報

名前 Twitcasting Chat Replay Twitcasting Chat Replay
ID lnbjmahfkagdmpeifkblhkglbcpbpohk
公式URL https://chromewebstore.google.com/detail/twitcasting-chat-replay/lnbjmahfkagdmpeifkblhkglbcpbpohk
説明 Replays the chat on Twitcasting archives.
ファイルサイズ 57.22 KB
インストール数 1,084
現在のバージョン 0.4
最終更新日 2020-02-13
公開日 2020-02-13
評価 3.33/5 合計 3 レビュー
開発者 lyger
支払い方法 free
対応言語 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"
    }
}