BoB TV
Allows a transparent twitch chat when using BoB TV
Qu'est-ce que BoB TV ?
BoB TV est une extension Chrome développée par https://andresperezl.com, et sa fonction principale est "Allows a transparent twitch chat when using BoB TV".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BoB TV
Téléchargez les fichiers d'extension BoB TV au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Extension that allows a transparent Twitch chat over the Youtube video player for fully integrated/seamless TV experience
Informations de Base sur l'Extension
Nom | BoB TV |
ID | kookamphcllnjbhfeffhihinkgjnflol |
URL Officiel | https://chromewebstore.google.com/detail/bob-tv/kookamphcllnjbhfeffhihinkgjnflol |
Description | Allows a transparent twitch chat when using BoB TV |
Taille du Fichier | 42.36 KB |
Nombre d'Installations | 19 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2016-10-20 |
Date de Publication | 2016-10-20 |
Développeur | https://andresperezl.com |
Type de Paiement | free |
Site Web de l'Extension | http://andresperezl.com/bob |
URL de la Page d'Aide | https://www.reddit.com/r/bestofboth |
Langues Prises en Charge | 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" ] } |