OCNotifier

Get alerts when your favorite maps are playing on OCN.

Cos'è OCNotifier?

OCNotifier è un'estensione di Chrome sviluppata da RastaLulz, e la sua funzione principale è "Get alerts when your favorite maps are playing on OCN.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione OCNotifier

Scarica i file di estensione OCNotifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome OCNotifier OCNotifier
ID miahbaljhpebiehabkcjhiidjfgipefg
URL Ufficiale https://chromewebstore.google.com/detail/ocnotifier/miahbaljhpebiehabkcjhiidjfgipefg
Descrizione Get alerts when your favorite maps are playing on OCN.
Dimensione del File 277 KB
Conteggio Installazioni 18
Versione Corrente 0.0.1
Ultimo Aggiornamento 2014-11-27
Data di Pubblicazione 2014-11-26
Valutazione 4.79/5 Totale 14 Valutazioni
Sviluppatore RastaLulz
Tipo di Pagamento free
URL della Pagina di Aiuto https://oc.tc/forums/topics/5472835967d522c35300139c
Lingue Supportate 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\/*"
    ]
}