Overwatch League Reminder

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

O que é Overwatch League Reminder?

Overwatch League Reminder é uma extensão do Chrome desenvolvida por Khyarn, e sua principal característica é "Be informed of the date of the next match and notify when the stream starts.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Overwatch League Reminder

Baixe arquivos de extensão Overwatch League Reminder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome Overwatch League Reminder Overwatch League Reminder
ID digohcafgieaejiembjcjnkcomejnhim
URL Oficial https://chrome.google.com/webstore/detail/overwatch-league-reminder/digohcafgieaejiembjcjnkcomejnhim
Descrição Be informed of the date of the next match and notify when the stream starts.
Tamanho do Arquivo 100 KB
Contagem de Instalações 172
Versão Atual 1.0.81
Última Atualização 2018-10-05
Data de Publicação 2018-10-05
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor Khyarn
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}