Overwatch League Reminder
Be informed of the date of the next match and notify when the stream starts.
Overwatch League Reminder là gì?
Overwatch League Reminder là một tiện ích mở rộng Chrome được phát triển bởi Khyarn, và tính năng chính của nó là "Be informed of the date of the next match and notify when the stream starts.".
Ả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 Overwatch League Reminder
Tải xuống các tệp mở rộng Overwatch League Reminder 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | digohcafgieaejiembjcjnkcomejnhim |
URL Chính Thức | https://chrome.google.com/webstore/detail/overwatch-league-reminder/digohcafgieaejiembjcjnkcomejnhim |
Mô tả | Be informed of the date of the next match and notify when the stream starts. |
Kích Thước Tệp | 100 KB |
Số Lần Cài Đặt | 172 |
Phiên Bản Hiện Tại | 1.0.81 |
Cập Nhật Lần Cuối | 2018-10-05 |
Ngày Phát Hành | 2018-10-05 |
Đánh Giá | 4.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Khyarn |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Overwatch League Reminder", "description": "Be informed of the date of the next match and notify when the stream starts.", "version": "1.0.81", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "notifications", "tabs" ], "background": { "scripts": [ "js\/jquery-3.2.1.min.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/small_logo.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/gm.png" ], "icons": { "128": "img\/gm.png" } } |