Go Live Notification

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

ما هو Go Live Notification؟

Go Live Notification هو إضافة Chrome تم تطويرها بواسطة Larvata، والميزة الرئيسية لها هي "Got notified when streamers go live. Supports bilibili, douyu, zhanqi, showroom, openrec and twitcasting.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Go Live Notification

قم بتنزيل ملفات الامتداد Go Live Notification بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
}