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 là gì?

Twitch Game Switch Notify là một tiện ích mở rộng Chrome được phát triển bởi Bill Hedworth, và tính năng chính của nó là "Bored of your variety streamers current game? This will trigger a chrome notification when they switch game leaving you to view…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitch Game Switch Notify

Tải xuống các tệp mở rộng Twitch Game Switch Notify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitch Game Switch Notify Twitch Game Switch Notify
ID gkomcllbmedmgddnddobdijddjabfcdj
URL Chính Thức https://chromewebstore.google.com/detail/twitch-game-switch-notify/gkomcllbmedmgddnddobdijddjabfcdj
Mô tả Bored of your variety streamers current game? This will trigger a chrome notification when they switch game leaving you to view…
Kích Thước Tệp 1.25 MB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 0.1.7
Cập Nhật Lần Cuối 2018-06-17
Ngày Phát Hành 2018-06-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Bill Hedworth
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Bigsy/twitchnotify
Ngôn Ngữ Được Hỗ Trợ 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
}