OCNotifier

Get alerts when your favorite maps are playing on OCN.

OCNotifier là gì?

OCNotifier là một tiện ích mở rộng Chrome được phát triển bởi RastaLulz, và tính năng chính của nó là "Get alerts when your favorite maps are playing on OCN.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng OCNotifier

Tải xuống các tệp mở rộng OCNotifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OCNotifier OCNotifier
ID miahbaljhpebiehabkcjhiidjfgipefg
URL Chính Thức https://chromewebstore.google.com/detail/ocnotifier/miahbaljhpebiehabkcjhiidjfgipefg
Mô tả Get alerts when your favorite maps are playing on OCN.
Kích Thước Tệp 277 KB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2014-11-27
Ngày Phát Hành 2014-11-26
Đánh Giá 4.79/5 Tổng số 14 Đánh Giá
Nhà Phát Triển RastaLulz
Loại Thanh Toán free
URL Trang Trợ Giúp https://oc.tc/forums/topics/5472835967d522c35300139c
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}