OCNotifier

Get alerts when your favorite maps are playing on OCN.

Vad är OCNotifier?

OCNotifier är en Chrome-tillägg utvecklad av RastaLulz, och dess huvudfunktion är "Get alerts when your favorite maps are playing on OCN.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner OCNotifier-förlängningens CRX-fil

Ladda ner OCNotifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn OCNotifier OCNotifier
ID miahbaljhpebiehabkcjhiidjfgipefg
Officiell webbadress https://chromewebstore.google.com/detail/ocnotifier/miahbaljhpebiehabkcjhiidjfgipefg
Beskrivning Get alerts when your favorite maps are playing on OCN.
Filstorlek 277 KB
Antal Installationer 18
Aktuell Version 0.0.1
Senast Uppdaterad 2014-11-27
Publiceringsdatum 2014-11-26
Betyg 4.79/5 Totalt 14 Betyg
Utvecklare RastaLulz
Betalningssätt free
Hjälpsida URL https://oc.tc/forums/topics/5472835967d522c35300139c
Stödda Språk 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\/*"
    ]
}