BoB TV

Allows a transparent twitch chat when using BoB TV

Cos'è BoB TV?

BoB TV è un'estensione di Chrome sviluppata da https://andresperezl.com, e la sua funzione principale è "Allows a transparent twitch chat when using BoB TV".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BoB TV

Scarica i file di estensione BoB TV in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome BoB TV BoB TV
ID kookamphcllnjbhfeffhihinkgjnflol
URL Ufficiale https://chromewebstore.google.com/detail/bob-tv/kookamphcllnjbhfeffhihinkgjnflol
Descrizione Allows a transparent twitch chat when using BoB TV
Dimensione del File 42.36 KB
Conteggio Installazioni 19
Versione Corrente 0.0.2
Ultimo Aggiornamento 2016-10-20
Data di Pubblicazione 2016-10-20
Sviluppatore https://andresperezl.com
Tipo di Pagamento free
Sito Web dell'Estensione http://andresperezl.com/bob
URL della Pagina di Aiuto https://www.reddit.com/r/bestofboth
Lingue Supportate 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"
    ]
}