Overwatch League Reminder
Be informed of the date of the next match and notify when the stream starts.
Co to jest Overwatch League Reminder?
Overwatch League Reminder to rozszerzenie Chrome opracowane przez Khyarn, a jego główną funkcją jest „Be informed of the date of the next match and notify when the stream starts.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Overwatch League Reminder
Pobierz pliki rozszerzeń Overwatch League Reminder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | digohcafgieaejiembjcjnkcomejnhim |
Oficjalny URL | https://chrome.google.com/webstore/detail/overwatch-league-reminder/digohcafgieaejiembjcjnkcomejnhim |
Opis | Be informed of the date of the next match and notify when the stream starts. |
Rozmiar pliku | 100 KB |
Liczba instalacji | 172 |
Aktualna Wersja | 1.0.81 |
Ostatnia Aktualizacja | 2018-10-05 |
Data Publikacji | 2018-10-05 |
Ocena | 4.20/5 Łącznie 5 Oceny |
Deweloper | Khyarn |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |