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 |
公式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" } } |