OCNotifier

Get alerts when your favorite maps are playing on OCN.

Co to jest OCNotifier?

OCNotifier to rozszerzenie Chrome opracowane przez RastaLulz, a jego główną funkcją jest „Get alerts when your favorite maps are playing on OCN.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia OCNotifier

Pobierz pliki rozszerzeń OCNotifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa OCNotifier OCNotifier
ID miahbaljhpebiehabkcjhiidjfgipefg
Oficjalny URL https://chromewebstore.google.com/detail/ocnotifier/miahbaljhpebiehabkcjhiidjfgipefg
Opis Get alerts when your favorite maps are playing on OCN.
Rozmiar pliku 277 KB
Liczba instalacji 18
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2014-11-27
Data Publikacji 2014-11-26
Ocena 4.79/5 Łącznie 14 Oceny
Deweloper RastaLulz
Typ Płatności free
Adres URL Strony Pomocy https://oc.tc/forums/topics/5472835967d522c35300139c
Obsługiwane Języki 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\/*"
    ]
}