Overwatch League Reminder
Be informed of the date of the next match and notify when the stream starts.
Apa itu Overwatch League Reminder?
Overwatch League Reminder adalah ekstensi Chrome yang dikembangkan oleh Khyarn, dan fitur utamanya adalah "Be informed of the date of the next match and notify when the stream starts.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Overwatch League Reminder
Unduh file ekstensi Overwatch League Reminder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | digohcafgieaejiembjcjnkcomejnhim |
URL Resmi | https://chrome.google.com/webstore/detail/overwatch-league-reminder/digohcafgieaejiembjcjnkcomejnhim |
Deskripsi | Be informed of the date of the next match and notify when the stream starts. |
Ukuran File | 100 KB |
Jumlah Instalasi | 172 |
Versi Saat Ini | 1.0.81 |
Terakhir Diperbarui | 2018-10-05 |
Tanggal Publikasi | 2018-10-05 |
Penilaian | 4.20/5 Total 5 Penilaian |
Pengembang | Khyarn |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |