MyAzubu

Be notified when your favorite streamers start to play live!

MyAzubu là gì?

MyAzubu là một tiện ích mở rộng Chrome được phát triển bởi gabrieljmj, và tính năng chính của nó là "Be notified when your favorite streamers start to play live!".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng MyAzubu 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

                        Just add the channels and when the streamer start a livestream on Azubu.TV, you receive a notification.

GitHub repository to contribute: https://github.com/GabrielJMJ/MyAzubu                    

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

Tên MyAzubu MyAzubu
ID jdnabplofeinjdaillbichaocdalnjae
URL Chính Thức https://chrome.google.com/webstore/detail/myazubu/jdnabplofeinjdaillbichaocdalnjae
Mô tả Be notified when your favorite streamers start to play live!
Kích Thước Tệp 102 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.5.0
Cập Nhật Lần Cuối 2016-02-03
Ngày Phát Hành 2016-02-03
Đánh Giá 4.35/5 Tổng số 17 Đánh Giá
Nhà Phát Triển gabrieljmj
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "author": "@GabrielJMJ",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "public\/images\/icons\/16.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "description": "Be notified when your favorite streamers start to play live!",
    "name": "MyAzubu",
    "permissions": [
        "notifications",
        "background",
        "storage",
        "http:\/\/api.azubu.tv\/*"
    ],
    "icons": {
        "128": "public\/images\/icons\/128.png",
        "16": "public\/images\/icons\/16.png",
        "48": "public\/images\/icons\/48.png"
    },
    "background": {
        "scripts": [
            "public\/js\/channels.js",
            "public\/js\/functions.js",
            "public\/js\/jquery.min.js",
            "public\/js\/background.js"
        ]
    },
    "version": "1.5.0",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "30.0.0"
}