Overwatch League Reminder
Be informed of the date of the next match and notify when the stream starts.
Cos'è Overwatch League Reminder?
Overwatch League Reminder è un'estensione di Chrome sviluppata da Khyarn, e la sua funzione principale è "Be informed of the date of the next match and notify when the stream starts.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Overwatch League Reminder
Scarica i file di estensione Overwatch League Reminder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | digohcafgieaejiembjcjnkcomejnhim |
URL Ufficiale | https://chrome.google.com/webstore/detail/overwatch-league-reminder/digohcafgieaejiembjcjnkcomejnhim |
Descrizione | Be informed of the date of the next match and notify when the stream starts. |
Dimensione del File | 100 KB |
Conteggio Installazioni | 172 |
Versione Corrente | 1.0.81 |
Ultimo Aggiornamento | 2018-10-05 |
Data di Pubblicazione | 2018-10-05 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | Khyarn |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |