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 |
官方網址 | 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" ] } |