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คืออะไร?

Main Menu: Live Notification เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://mainmenulive.com และคุณลักษณะหลักของมันคือ "Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Main Menu: Live Notification

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

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

                        http://www.twitter.com/MainMenuLive                    

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

ชื่อ Main Menu: Live Notification Main Menu: Live Notification
ID mbmilhmphpjoeifndbpfliffbidlbglh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mbmilhmphpjoeifndbpfliffbidlbglh
คำอธิบาย Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds
ขนาดไฟล์ 156 KB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 2.40
อัปเดตครั้งล่าสุด 2020-05-16
วันที่เผยแพร่ 2020-05-16
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา http://mainmenulive.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.mainmenulive.com
ภาษาที่รองรับ 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\/*"
    ]
}