Twitcasting Chat Replay

Replays the chat on Twitcasting archives.

Twitcasting Chat Replayคืออะไร?

Twitcasting Chat Replay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lyger และคุณลักษณะหลักของมันคือ "Replays the chat on Twitcasting archives."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitcasting Chat Replay

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}