Twitch Chat on Youtube

Twitch Chat on YouTube - that plugin add for you: • BTTV Emotes on YouTube Chat • TTV Emotes on YouTube Chat • Specially modified…

Twitch Chat on Youtube là gì?

Twitch Chat on Youtube là một tiện ích mở rộng Chrome được phát triển bởi DavidTibian, và tính năng chính của nó là "Twitch Chat on YouTube - that plugin add for you: • BTTV Emotes on YouTube Chat • TTV Emotes on YouTube Chat • Specially modified…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitch Chat on Youtube

Tải xuống các tệp mở rộng Twitch Chat on Youtube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Twitch Chat on YouTube - that plugin add for you:

• BTTV Emotes on YouTube Chat
• TTV Emotes on YouTube Chat
• Specially modified chat
• TTV Theater mode
• Old PogChamp
• More in future
+stream alert (YT, TTV) [beta]

If you want use, install and try on YouTube stream

Developers:
Kazet (chat, emotes)
BeyondLabs (alerts)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitch Chat on Youtube Twitch Chat on Youtube
ID fkedgglbeenhodhknmpibnbhgfbphggp
URL Chính Thức https://chromewebstore.google.com/detail/twitch-chat-on-youtube/fkedgglbeenhodhknmpibnbhgfbphggp
Mô tả Twitch Chat on YouTube - that plugin add for you: • BTTV Emotes on YouTube Chat • TTV Emotes on YouTube Chat • Specially modified…
Kích Thước Tệp 772 KB
Số Lần Cài Đặt 1,798
Phiên Bản Hiện Tại 1.5.3
Cập Nhật Lần Cuối 2021-10-31
Ngày Phát Hành 2021-05-15
Đánh Giá 4.21/5 Tổng số 28 Đánh Giá
Nhà Phát Triển DavidTibian
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Kazet & xanax",
    "browser_action": {
        "default_icon": {
            "128": "assets\/img\/icons\/128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "assets\/js\/jquery\/jquery-3.4.1.min.js",
                "toy.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "init.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "description": "",
    "icons": {
        "128": "assets\/img\/icons\/128.png",
        "16": "assets\/img\/icons\/16.png",
        "48": "assets\/img\/icons\/48.png"
    },
    "manifest_version": 2,
    "name": "Twitch Chat on Youtube",
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        "https:\/\/api.twitch.tv\/*",
        "https:\/\/api.betterttv.net\/*",
        "https:\/\/api.twitchemotes.com\/*",
        "https:\/\/cdn.jsdelivr.net\/*"
    ],
    "version": "1.5.3"
}