Twitch Viewercount Title

Shows twitch viewercount in tab title

Twitch Viewercount Titleคืออะไร?

Twitch Viewercount Title เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Phoinx และคุณลักษณะหลักของมันคือ "Shows twitch viewercount in tab title"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Viewercount Title

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}