Overwatch League Reminder

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

Wat is Overwatch League Reminder?

Overwatch League Reminder is een Chrome-extensie ontwikkeld door Khyarn, en de belangrijkste functie is "Be informed of the date of the next match and notify when the stream starts.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Overwatch League Reminder

Download Overwatch League Reminder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Overwatch League Reminder Overwatch League Reminder
ID digohcafgieaejiembjcjnkcomejnhim
Officiële URL https://chrome.google.com/webstore/detail/overwatch-league-reminder/digohcafgieaejiembjcjnkcomejnhim
Beschrijving Be informed of the date of the next match and notify when the stream starts.
Bestandsgrootte 100 KB
Aantal Installaties 172
Huidige Versie 1.0.81
Laatst Bijgewerkt 2018-10-05
Publicatiedatum 2018-10-05
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar Khyarn
Betalingswijze free
Ondersteunde Talen 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"
    }
}