OCNotifier

Get alerts when your favorite maps are playing on OCN.

OCNotifierคืออะไร?

OCNotifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RastaLulz และคุณลักษณะหลักของมันคือ "Get alerts when your favorite maps are playing on OCN."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OCNotifier

ดาวน์โหลดไฟล์ส่วนขยาย OCNotifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OCNotifier OCNotifier
ID miahbaljhpebiehabkcjhiidjfgipefg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ocnotifier/miahbaljhpebiehabkcjhiidjfgipefg
คำอธิบาย Get alerts when your favorite maps are playing on OCN.
ขนาดไฟล์ 277 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2014-11-27
วันที่เผยแพร่ 2014-11-26
คะแนน 4.79/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา RastaLulz
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://oc.tc/forums/topics/5472835967d522c35300139c
ภาษาที่รองรับ 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\/*"
    ]
}