Overwatch League Reminder

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

What is Overwatch League Reminder?

Overwatch League Reminder is a Chrome extension developed by Khyarn, and its main feature is "Be informed of the date of the next match and notify when the stream starts.".

Extension Screenshots

screenshot
screenshot

Download Overwatch League Reminder Extension CRX File

Download Overwatch League Reminder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Overwatch League Reminder Overwatch League Reminder
ID digohcafgieaejiembjcjnkcomejnhim
Official URL https://chrome.google.com/webstore/detail/overwatch-league-reminder/digohcafgieaejiembjcjnkcomejnhim
Description Be informed of the date of the next match and notify when the stream starts.
File Size 100 KB
Installation Count 172
Current Version 1.0.81
Last Updated 2018-10-05
Publish Date 2018-10-05
Rating 4.20/5 Total 5 Ratings
Developer Khyarn
Payment Type free
Supported Languages 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"
    }
}