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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}