Twitch Notifications
Notifies you when one of the streamers you are following starts streaming.
什么是Twitch Notifications?
Twitch Notifications是由mickelus开发的Chrome扩展程序,该扩展的主要功能是“Notifies you when one of the streamers you are following starts streaming.”。
扩展截图
下载Twitch Notifications扩展crx文件
下载Twitch Notifications扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Twitch Notifications |
ID | inkakioanfdnbbikoenlmmpaomnangkh |
官方URL | https://chromewebstore.google.com/detail/twitch-notifications/inkakioanfdnbbikoenlmmpaomnangkh |
简介 | Notifies you when one of the streamers you are following starts streaming. |
文件大小 | 38.46 KB |
安装次数 | 211 |
当前版本 | 1.1 |
更新时间 | 2016-02-10 |
上架时间 | 2016-02-10 |
评分 | 2.60/5 共5次评分 |
开发者 | mickelus |
付费类型 | free |
支持的语言 | 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 } } |