Main Menu: Live Notification

Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds

Main Menu: Live Notification là gì?

Main Menu: Live Notification là một tiện ích mở rộng Chrome được phát triển bởi http://mainmenulive.com, và tính năng chính của nó là "Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Main Menu: Live Notification

Tải xuống các tệp mở rộng Main Menu: Live Notification 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

                        http://www.twitter.com/MainMenuLive                    

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

Tên Main Menu: Live Notification Main Menu: Live Notification
ID mbmilhmphpjoeifndbpfliffbidlbglh
URL Chính Thức https://chrome.google.com/webstore/detail/mbmilhmphpjoeifndbpfliffbidlbglh
Mô tả Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds
Kích Thước Tệp 156 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 2.40
Cập Nhật Lần Cuối 2020-05-16
Ngày Phát Hành 2020-05-16
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển http://mainmenulive.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.mainmenulive.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Main Menu: Live Notification",
    "short_name": "Main Menu Live",
    "version": "2.40",
    "manifest_version": 2,
    "description": "Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds",
    "background": {
        "scripts": [
            "javascripts\/lib\/jquery.js",
            "javascripts\/lib\/handlebars.runtime.js",
            "javascripts\/background.js"
        ]
    },
    "icons": {
        "128": "images\/badge128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "images\/badge19.png",
            "38": "images\/badge38.png"
        }
    },
    "permissions": [
        "*:\/\/*.mainmenulive.com\/*",
        "*:\/\/fonts.googleapis.com\/*"
    ]
}