Overwatch League Reminder

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

¿Qué es Overwatch League Reminder?

Overwatch League Reminder es una extensión de Chrome desarrollada por Khyarn, y su función principal es "Be informed of the date of the next match and notify when the stream starts.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Overwatch League Reminder

Descarga archivos de extensión Overwatch League Reminder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                                            

Información Básica de la Extensión

Nombre Overwatch League Reminder Overwatch League Reminder
ID digohcafgieaejiembjcjnkcomejnhim
URL Oficial https://chrome.google.com/webstore/detail/overwatch-league-reminder/digohcafgieaejiembjcjnkcomejnhim
Descripción Be informed of the date of the next match and notify when the stream starts.
Tamaño del Archivo 100 KB
Cantidad de Instalaciones 172
Versión Actual 1.0.81
Última Actualización 2018-10-05
Fecha de Publicación 2018-10-05
Calificación 4.20/5 Total de 5 Calificaciones
Desarrollador Khyarn
Tipo de Pago free
Idiomas Soportados 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"
    }
}