Overwatch League Reminder

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

Vad är Overwatch League Reminder?

Overwatch League Reminder är en Chrome-tillägg utvecklad av Khyarn, och dess huvudfunktion är "Be informed of the date of the next match and notify when the stream starts.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Overwatch League Reminder-förlängningens CRX-fil

Ladda ner Overwatch League Reminder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Overwatch League Reminder Overwatch League Reminder
ID digohcafgieaejiembjcjnkcomejnhim
Officiell webbadress https://chrome.google.com/webstore/detail/overwatch-league-reminder/digohcafgieaejiembjcjnkcomejnhim
Beskrivning Be informed of the date of the next match and notify when the stream starts.
Filstorlek 100 KB
Antal Installationer 172
Aktuell Version 1.0.81
Senast Uppdaterad 2018-10-05
Publiceringsdatum 2018-10-05
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare Khyarn
Betalningssätt free
Stödda Språk 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"
    }
}