Twitch Viewercount Title

Shows twitch viewercount in tab title

Qu'est-ce que Twitch Viewercount Title ?

Twitch Viewercount Title est une extension Chrome développée par Phoinx, et sa fonction principale est "Shows twitch viewercount in tab title".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitch Viewercount Title

Téléchargez les fichiers d'extension Twitch Viewercount Title 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

                        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.                    

Informations de Base sur l'Extension

Nom Twitch Viewercount Title Twitch Viewercount Title
ID ddmlenakhhdmkkefdemfpakafhmkiidp
URL Officiel https://chromewebstore.google.com/detail/twitch-viewercount-title/ddmlenakhhdmkkefdemfpakafhmkiidp
Description Shows twitch viewercount in tab title
Taille du Fichier 30.3 KB
Nombre d'Installations 300
Version Actuelle 1.11
Dernière Mise à Jour 2015-06-13
Date de Publication 2015-06-13
Évaluation 1.00/5 Total 2 Évaluations
Développeur Phoinx
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}