Twitch Viewercount Title

Shows twitch viewercount in tab title

什麼是Twitch Viewercount Title?

Twitch Viewercount Title是由Phoinx開發的Chrome擴展程式,該擴展的主要功能是“Shows twitch viewercount in tab title”。

擴展截圖

screenshot

下載Twitch Viewercount Title擴展crx文件

下載Twitch Viewercount Title擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Twitch Viewercount Title Twitch Viewercount Title
ID ddmlenakhhdmkkefdemfpakafhmkiidp
官方網址 https://chromewebstore.google.com/detail/twitch-viewercount-title/ddmlenakhhdmkkefdemfpakafhmkiidp
簡介 Shows twitch viewercount in tab title
檔案大小 30.3 KB
安裝次數 300
目前版本 1.11
更新時間 2015-06-13
上架時間 2015-06-13
評分 1.00/5 共 2 次評分
開發者 Phoinx
付費類型 free
支援的語言 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"
            ]
        }
    ]
}