Overwatch League Reminder
Be informed of the date of the next match and notify when the stream starts.
什麼是Overwatch League Reminder?
Overwatch League Reminder是由Khyarn開發的Chrome擴展程式,該擴展的主要功能是“Be informed of the date of the next match and notify when the stream starts.”。
擴展截圖
下載Overwatch League Reminder擴展crx文件
下載Overwatch League Reminder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | digohcafgieaejiembjcjnkcomejnhim |
官方網址 | 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" } } |