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是由http://mainmenulive.com開發的Chrome擴展程式,該擴展的主要功能是“Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds”。

擴展截圖

screenshot

下載Main Menu: Live Notification擴展crx文件

下載Main Menu: Live Notification擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        http://www.twitter.com/MainMenuLive                    

擴展基本資訊

名稱 Main Menu: Live Notification Main Menu: Live Notification
ID mbmilhmphpjoeifndbpfliffbidlbglh
官方網址 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\/*"
    ]
}