Overwatch League Reminder
Be informed of the date of the next match and notify when the stream starts.
Overwatch League Reminderคืออะไร?
Overwatch League Reminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Khyarn และคุณลักษณะหลักของมันคือ "Be informed of the date of the next match and notify when the stream starts."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Overwatch League Reminder
ดาวน์โหลดไฟล์ส่วนขยาย Overwatch League Reminder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | digohcafgieaejiembjcjnkcomejnhim |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/overwatch-league-reminder/digohcafgieaejiembjcjnkcomejnhim |
คำอธิบาย | Be informed of the date of the next match and notify when the stream starts. |
ขนาดไฟล์ | 100 KB |
จำนวนการติดตั้ง | 172 |
เวอร์ชันปัจจุบัน | 1.0.81 |
อัปเดตครั้งล่าสุด | 2018-10-05 |
วันที่เผยแพร่ | 2018-10-05 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Khyarn |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |