Are They Live?
This simple extension checks to see if your favorite Twitch streamer is live.
什么是Are They Live??
Are They Live?是由JakeRYW开发的Chrome扩展程序,该扩展的主要功能是“This simple extension checks to see if your favorite Twitch streamer is live.”。
扩展截图
下载Are They Live?扩展crx文件
下载Are They Live?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Want to see if your favorite streamer is live right from the toolbar? Get this simple, minimalistic extension and you're one click away from all the important information you need.
扩展基本信息
名称 | |
ID | pcdpfbneefmefjmmbhmgfgcciefpiaem |
官方URL | https://chrome.google.com/webstore/detail/are-they-live/pcdpfbneefmefjmmbhmgfgcciefpiaem |
简介 | This simple extension checks to see if your favorite Twitch streamer is live. |
文件大小 | 4.1 MB |
安装次数 | 548 |
当前版本 | 2.7 |
更新时间 | 2020-05-31 |
上架时间 | 2020-05-31 |
评分 | 4.10/5 共10次评分 |
开发者 | JakeRYW |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Are They Live?", "version": "2.7", "description": "This simple extension checks to see if your favorite Twitch streamer is live.", "options_page": "options.html", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |