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
官方網址 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"
    }
}