BoB TV

Allows a transparent twitch chat when using BoB TV

BoB TV là gì?

BoB TV là một tiện ích mở rộng Chrome được phát triển bởi https://andresperezl.com, và tính năng chính của nó là "Allows a transparent twitch chat when using BoB TV".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BoB TV

Tải xuống các tệp mở rộng BoB TV 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

                        Extension that allows a transparent Twitch chat over the Youtube video player for fully integrated/seamless TV experience                    

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

Tên BoB TV BoB TV
ID kookamphcllnjbhfeffhihinkgjnflol
URL Chính Thức https://chromewebstore.google.com/detail/bob-tv/kookamphcllnjbhfeffhihinkgjnflol
Mô tả Allows a transparent twitch chat when using BoB TV
Kích Thước Tệp 42.36 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2016-10-20
Ngày Phát Hành 2016-10-20
Nhà Phát Triển https://andresperezl.com
Loại Thanh Toán free
Trang Web Mở Rộng http://andresperezl.com/bob
URL Trang Trợ Giúp https://www.reddit.com/r/bestofboth
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BoB TV",
    "version": "0.0.2",
    "description": "Allows a transparent twitch chat when using BoB TV",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*\/chat"
            ],
            "all_frames": true,
            "js": [
                "jquery-3.1.1.js",
                "tv.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "tv.css"
    ]
}