Twitch Game Switch Notify

Bored of your variety streamers current game? This will trigger a chrome notification when they switch game leaving you to view…

Twitch Game Switch Notifyคืออะไร?

Twitch Game Switch Notify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bill Hedworth และคุณลักษณะหลักของมันคือ "Bored of your variety streamers current game? This will trigger a chrome notification when they switch game leaving you to view…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Game Switch Notify

ดาวน์โหลดไฟล์ส่วนขยาย Twitch Game Switch Notify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Bored of your variety streamers current game? 

This will trigger a chrome notification when they switch game leaving you to view someone else or maybe do something more constructive in the mean time.

PLEASE NOTE: You will need the twitch stream open in a tab (doesn't need focus) but you do not need the stream playing if you don't want, you can pause the video as the extension just watches for the game title text on this page to change.

You can also turn the extension on and off with the toolbar button.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twitch Game Switch Notify Twitch Game Switch Notify
ID gkomcllbmedmgddnddobdijddjabfcdj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-game-switch-notify/gkomcllbmedmgddnddobdijddjabfcdj
คำอธิบาย Bored of your variety streamers current game? This will trigger a chrome notification when they switch game leaving you to view…
ขนาดไฟล์ 1.25 MB
จำนวนการติดตั้ง 32
เวอร์ชันปัจจุบัน 0.1.7
อัปเดตครั้งล่าสุด 2018-06-17
วันที่เผยแพร่ 2018-06-17
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Bill Hedworth
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Bigsy/twitchnotify
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Game Switch Notify",
    "version": "0.1.7",
    "browser_action": {
        "default_icon": {
            "19": "images\/twitch19gc.png",
            "38": "images\/twitch38gc.png"
        }
    },
    "icons": {
        "16": "images\/twitch16gc.png",
        "48": "images\/twitch48gc.png",
        "128": "images\/twitch128goc.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*",
                "https:\/\/static-cdn.jtvnw.net\/*"
            ],
            "js": [
                "compiled\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "manifest_version": 2
}