Are They Live?
This simple extension checks to see if your favorite Twitch streamer is live.
Are They Live? là gì?
Are They Live? là một tiện ích mở rộng Chrome được phát triển bởi JakeRYW, và tính năng chính của nó là "This simple extension checks to see if your favorite Twitch streamer is live.".
Ả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 Are They Live?
Tải xuống các tệp mở rộng Are They Live? 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pcdpfbneefmefjmmbhmgfgcciefpiaem |
URL Chính Thức | https://chrome.google.com/webstore/detail/are-they-live/pcdpfbneefmefjmmbhmgfgcciefpiaem |
Mô tả | This simple extension checks to see if your favorite Twitch streamer is live. |
Kích Thước Tệp | 4.1 MB |
Số Lần Cài Đặt | 548 |
Phiên Bản Hiện Tại | 2.7 |
Cập Nhật Lần Cuối | 2020-05-31 |
Ngày Phát Hành | 2020-05-31 |
Đánh Giá | 4.10/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | JakeRYW |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |