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擴充功能。
擴展使用說明
擴展基本資訊
名稱 | OCNotifier |
ID | miahbaljhpebiehabkcjhiidjfgipefg |
官方網址 | 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\/*" ] } |