Go Live Notification

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

Go Live Notification क्या है?

Go Live Notification Larvata द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Got notified when streamers go live. Supports bilibili, douyu, zhanqi, showroom, openrec and twitcasting."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Go Live Notification एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}