Twitch Viewercount Title

Shows twitch viewercount in tab title

What is Twitch Viewercount Title?

Twitch Viewercount Title is a Chrome extension developed by Phoinx, and its main feature is "Shows twitch viewercount in tab title".

Extension Screenshots

screenshot

Download Twitch Viewercount Title Extension CRX File

Download Twitch Viewercount Title extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Twitch Viewercount Title Twitch Viewercount Title
ID ddmlenakhhdmkkefdemfpakafhmkiidp
Official URL https://chromewebstore.google.com/detail/twitch-viewercount-title/ddmlenakhhdmkkefdemfpakafhmkiidp
Description Shows twitch viewercount in tab title
File Size 30.3 KB
Installation Count 300
Current Version 1.11
Last Updated 2015-06-13
Publish Date 2015-06-13
Rating 1.00/5 Total 2 Ratings
Developer Phoinx
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}