Overwatch League Reminder

Be informed of the date of the next match and notify when the stream starts.

Co je Overwatch League Reminder?

Overwatch League Reminder je rozšíření Chrome vyvinuté Khyarn, a jeho hlavní funkcí je „Be informed of the date of the next match and notify when the stream starts.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Overwatch League Reminder

Stáhněte si soubory rozšíření Overwatch League Reminder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Overwatch League Reminder Overwatch League Reminder
ID digohcafgieaejiembjcjnkcomejnhim
Oficiální URL https://chrome.google.com/webstore/detail/overwatch-league-reminder/digohcafgieaejiembjcjnkcomejnhim
Popis Be informed of the date of the next match and notify when the stream starts.
Velikost souboru 100 KB
Počet instalací 172
Aktuální Verze 1.0.81
Poslední Aktualizace 2018-10-05
Datum Vydání 2018-10-05
Hodnocení 4.20/5 Celkem 5 Hodnocení
Vývojář Khyarn
Typ Platby free
Podporované Jazyky 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"
    }
}