BoB TV

Allows a transparent twitch chat when using BoB TV

Wat is BoB TV?

BoB TV is een Chrome-extensie ontwikkeld door https://andresperezl.com, en de belangrijkste functie is "Allows a transparent twitch chat when using BoB TV".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BoB TV

Download BoB TV-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam BoB TV BoB TV
ID kookamphcllnjbhfeffhihinkgjnflol
Officiële URL https://chromewebstore.google.com/detail/bob-tv/kookamphcllnjbhfeffhihinkgjnflol
Beschrijving Allows a transparent twitch chat when using BoB TV
Bestandsgrootte 42.36 KB
Aantal Installaties 19
Huidige Versie 0.0.2
Laatst Bijgewerkt 2016-10-20
Publicatiedatum 2016-10-20
Ontwikkelaar https://andresperezl.com
Betalingswijze free
Extensiewebsite http://andresperezl.com/bob
Help Pagina-URL https://www.reddit.com/r/bestofboth
Ondersteunde Talen 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"
    ]
}