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.」です。
拡張機能のスクリーンショット
Go Live Notification拡張機能のCRXファイルをダウンロード
Go Live Notification拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } |