OCNotifier

Get alerts when your favorite maps are playing on OCN.

Wat is OCNotifier?

OCNotifier is een Chrome-extensie ontwikkeld door RastaLulz, en de belangrijkste functie is "Get alerts when your favorite maps are playing on OCN.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie OCNotifier

Download OCNotifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam OCNotifier OCNotifier
ID miahbaljhpebiehabkcjhiidjfgipefg
Officiële URL https://chromewebstore.google.com/detail/ocnotifier/miahbaljhpebiehabkcjhiidjfgipefg
Beschrijving Get alerts when your favorite maps are playing on OCN.
Bestandsgrootte 277 KB
Aantal Installaties 18
Huidige Versie 0.0.1
Laatst Bijgewerkt 2014-11-27
Publicatiedatum 2014-11-26
Beoordeling 4.79/5 Totaal 14 Beoordelingen
Ontwikkelaar RastaLulz
Betalingswijze free
Help Pagina-URL https://oc.tc/forums/topics/5472835967d522c35300139c
Ondersteunde Talen 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\/*"
    ]
}