Twitch Notifications
Notifies you when one of the streamers you are following starts streaming.
Twitch Notifications là gì?
Twitch Notifications là một tiện ích mở rộng Chrome được phát triển bởi mickelus, và tính năng chính của nó là "Notifies you when one of the streamers you are following starts streaming.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Twitch Notifications
Tải xuống các tệp mở rộng Twitch Notifications 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
All that you need to do to get started is to put your twitch username in the username field on the options page. A link to the option page can be found under "Tools" > "Extensions" > "Twitch notifications". Clicking a notification will open the stream in a new tab. The source is on github: https://github.com/mickelus/twitchNotifications. Feel free to submit bug reports, feature requests or pull requests.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitch Notifications |
ID | inkakioanfdnbbikoenlmmpaomnangkh |
URL Chính Thức | https://chromewebstore.google.com/detail/twitch-notifications/inkakioanfdnbbikoenlmmpaomnangkh |
Mô tả | Notifies you when one of the streamers you are following starts streaming. |
Kích Thước Tệp | 38.46 KB |
Số Lần Cài Đặt | 211 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2016-02-10 |
Ngày Phát Hành | 2016-02-10 |
Đánh Giá | 2.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | mickelus |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.1", "content_security_policy": "image-src 'self' *:\/\/static-cdn.jtvnw.net\/*; object-src 'self'; script-src 'self'", "permissions": [ "alarms", "storage", "notifications", "cookies", "*:\/\/api.twitch.tv\/*", "*:\/\/static-cdn.jtvnw.net\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "background.js" ], "persistent": false } } |