BoB TV

Allows a transparent twitch chat when using BoB TV

Apa itu BoB TV?

BoB TV adalah ekstensi Chrome yang dikembangkan oleh https://andresperezl.com, dan fitur utamanya adalah "Allows a transparent twitch chat when using BoB TV".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi BoB TV

Unduh file ekstensi BoB TV dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama BoB TV BoB TV
ID kookamphcllnjbhfeffhihinkgjnflol
URL Resmi https://chromewebstore.google.com/detail/bob-tv/kookamphcllnjbhfeffhihinkgjnflol
Deskripsi Allows a transparent twitch chat when using BoB TV
Ukuran File 42.36 KB
Jumlah Instalasi 19
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2016-10-20
Tanggal Publikasi 2016-10-20
Pengembang https://andresperezl.com
Tipe Pembayaran free
Situs Ekstensi http://andresperezl.com/bob
URL Halaman Bantuan https://www.reddit.com/r/bestofboth
Bahasa yang Didukung 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"
    ]
}