Twitch Viewercount Title
Shows twitch viewercount in tab title
¿Qué es Twitch Viewercount Title?
Twitch Viewercount Title es una extensión de Chrome desarrollada por Phoinx, y su función principal es "Shows twitch viewercount in tab title".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Twitch Viewercount Title
Descarga archivos de extensión Twitch Viewercount Title en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Simple chrome extension that will keep track of all your opened streams if you're trying to keep track of multiple streams at once and is interested in numbers.
Información Básica de la Extensión
Nombre | Twitch Viewercount Title |
ID | ddmlenakhhdmkkefdemfpakafhmkiidp |
URL Oficial | https://chromewebstore.google.com/detail/twitch-viewercount-title/ddmlenakhhdmkkefdemfpakafhmkiidp |
Descripción | Shows twitch viewercount in tab title |
Tamaño del Archivo | 30.3 KB |
Cantidad de Instalaciones | 300 |
Versión Actual | 1.11 |
Última Actualización | 2015-06-13 |
Fecha de Publicación | 2015-06-13 |
Calificación | 1.00/5 Total de 2 Calificaciones |
Desarrollador | Phoinx |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Viewercount Title", "version": "1.11", "manifest_version": 2, "icons": { "16": "images\/16x16.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "description": "Shows twitch viewercount in tab title", "background": "background.html", "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "script.js" ] } ] } |