OCNotifier
Get alerts when your favorite maps are playing on OCN.
What is OCNotifier?
OCNotifier is a Chrome extension developed by RastaLulz, and its main feature is "Get alerts when your favorite maps are playing on OCN.".
Extension Screenshots
Download OCNotifier Extension CRX File
Download OCNotifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | OCNotifier |
ID | miahbaljhpebiehabkcjhiidjfgipefg |
Official URL | https://chromewebstore.google.com/detail/ocnotifier/miahbaljhpebiehabkcjhiidjfgipefg |
Description | Get alerts when your favorite maps are playing on OCN. |
File Size | 277 KB |
Installation Count | 18 |
Current Version | 0.0.1 |
Last Updated | 2014-11-27 |
Publish Date | 2014-11-26 |
Rating | 4.79/5 Total 14 Ratings |
Developer | RastaLulz |
Payment Type | free |
Help Page URL | https://oc.tc/forums/topics/5472835967d522c35300139c |
Supported Languages | 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\/*" ] } |