Overwatch League Reminder
Be informed of the date of the next match and notify when the stream starts.
Was ist Overwatch League Reminder?
Overwatch League Reminder ist eine Chrome-Erweiterung, die von Khyarn entwickelt wurde, und ihr Hauptmerkmal ist "Be informed of the date of the next match and notify when the stream starts.".
Erweiterungsscreenshots
Overwatch League Reminder-Erweiterungs-CRX-Datei herunterladen
Laden Sie Overwatch League Reminder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | digohcafgieaejiembjcjnkcomejnhim |
Offizielle URL | https://chrome.google.com/webstore/detail/overwatch-league-reminder/digohcafgieaejiembjcjnkcomejnhim |
Beschreibung | Be informed of the date of the next match and notify when the stream starts. |
Dateigröße | 100 KB |
Installationsanzahl | 172 |
Aktuelle Version | 1.0.81 |
Letztes Update | 2018-10-05 |
Veröffentlichungsdatum | 2018-10-05 |
Bewertung | 4.20/5 Insgesamt 5 Bewertungen |
Entwickler | Khyarn |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |