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
公式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
Eメール [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\/*"
    ]
}