Go Live Notification

Got notified when streamers go live. Supports bilibili, douyu, zhanqi, showroom, openrec and twitcasting.

Go Live Notification란 무엇입니까?

Go Live Notification은(는) Larvata에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Got notified when streamers go live. Supports bilibili, douyu, zhanqi, showroom, openrec and twitcasting."입니다.

확장 프로그램 스크린샷

screenshot

Go Live Notification 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Go to the live site and click the bell icon next to the title to subscribe. Once you subscribe, you will receive notifications when the streamer goes live.                    

확장 프로그램 기본 정보

이름 Go Live Notification Go Live Notification
ID ghnfiadioahomhmocmhgjhpmhcmcggjg
공식 URL https://chromewebstore.google.com/detail/go-live-notification/ghnfiadioahomhmocmhgjhpmhcmcggjg
설명 Got notified when streamers go live. Supports bilibili, douyu, zhanqi, showroom, openrec and twitcasting.
파일 크기 140 KB
설치 횟수 520
현재 버전 2.1.6
최근 업데이트 2024-02-10
출시 날짜 2020-03-28
평점 4.95/5 총 21 개의 평점
개발자 Larvata
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/larvata/gyaruppi
도움말 페이지 URL https://github.com/larvata/gyaruppi/issues
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "default_locale": "zh_CN",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "icons\/app-icon-16.png",
        "48": "icons\/app-icon-48.png",
        "64": "icons\/app-icon-64.png",
        "128": "icons\/app-icon-128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "idle"
    ],
    "host_permissions": [
        "https:\/\/apis.zhanqi.tv\/",
        "https:\/\/www.douyu.com\/",
        "https:\/\/api.live.bilibili.com\/",
        "https:\/\/www.showroom-live.com\/",
        "https:\/\/www.openrec.tv\/"
    ],
    "externally_connectable": {
        "ids": [
            "ghnfiadioahomhmocmhgjhpmhcmcggjg",
            "ihapcpgfllkdaoojahafjggbglodlpmd"
        ],
        "matches": [
            "https:\/\/www.zhanqi.tv\/*",
            "https:\/\/www.douyu.com\/*",
            "https:\/\/live.bilibili.com\/*",
            "https:\/\/www.showroom-live.com\/*",
            "https:\/\/www.openrec.tv\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "site_addons\/script_injector.js"
            ],
            "matches": [
                "https:\/\/www.zhanqi.tv\/*",
                "https:\/\/www.douyu.com\/*",
                "https:\/\/live.bilibili.com\/*",
                "https:\/\/www.showroom-live.com\/*",
                "https:\/\/www.openrec.tv\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "site_addons\/zhanqi_inject.js"
            ],
            "matches": [
                "https:\/\/www.zhanqi.tv\/*"
            ]
        },
        {
            "resources": [
                "site_addons\/douyu_inject.js"
            ],
            "matches": [
                "https:\/\/www.douyu.com\/*"
            ]
        },
        {
            "resources": [
                "site_addons\/bilibili_inject.js"
            ],
            "matches": [
                "https:\/\/live.bilibili.com\/*"
            ]
        },
        {
            "resources": [
                "site_addons\/showroom_inject.js"
            ],
            "matches": [
                "https:\/\/www.showroom-live.com\/*"
            ]
        },
        {
            "resources": [
                "site_addons\/openrec_inject.js"
            ],
            "matches": [
                "https:\/\/www.openrec.tv\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "version": "2.1.6"
}