OCNotifier
Get alerts when your favorite maps are playing on OCN.
什么是OCNotifier?
OCNotifier是由RastaLulz开发的Chrome扩展程序,该扩展的主要功能是“Get alerts when your favorite maps are playing on OCN.”。
扩展截图
下载OCNotifier扩展crx文件
下载OCNotifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | miahbaljhpebiehabkcjhiidjfgipefg |
| 官方URL | https://chromewebstore.google.com/detail/ocnotifier/miahbaljhpebiehabkcjhiidjfgipefg |
| 简介 | Get alerts when your favorite maps are playing on OCN. |
| 文件大小 | 277 KB |
| 安装次数 | 18 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2014-11-27 |
| 上架时间 | 2014-11-26 |
| 评分 | 4.79/5 共14次评分 |
| 开发者 | RastaLulz |
| 付费类型 | free |
| 帮助页面URL | https://oc.tc/forums/topics/5472835967d522c35300139c |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "OCNotifier",
"version": "0.0.1",
"manifest_version": 2,
"description": "Get alerts when your favorite maps are playing on OCN.",
"homepage_url": "https:\/\/ocn.rastalulz.com\/",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"js\/jquery\/jquery.min.js",
"js\/localstoragedb.min.js",
"js\/global.js",
"src\/bg\/background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "icons\/icon128.png",
"default_title": "OCNotifier",
"default_popup": "src\/browser_action\/browser_action.html"
},
"permissions": [
"notifications",
"https:\/\/ocn.rastalulz.com\/*",
"*:\/\/*.oc.tc\/*"
]
} | |