Overwatch League Reminder

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

什么是Overwatch League Reminder?

Overwatch League Reminder是由Khyarn开发的Chrome扩展程序,该扩展的主要功能是“Be informed of the date of the next match and notify when the stream starts.”。

扩展截图

screenshot
screenshot

下载Overwatch League Reminder扩展crx文件

下载Overwatch League Reminder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Overwatch League Reminder Overwatch League Reminder
ID digohcafgieaejiembjcjnkcomejnhim
官方URL https://chrome.google.com/webstore/detail/overwatch-league-reminder/digohcafgieaejiembjcjnkcomejnhim
简介 Be informed of the date of the next match and notify when the stream starts.
文件大小 100 KB
安装次数 172
当前版本 1.0.81
更新时间 2018-10-05
上架时间 2018-10-05
评分 4.20/5 共5次评分
开发者 Khyarn
付费类型 free
支持的语言 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"
    }
}