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 |
公式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\/*" ] } |