ニコ生アラート
ニコニコ生放送の放送アラートと自動入場が可能になります。
What is ニコ生アラート?
ニコ生アラート is a Chrome extension developed by honishi, and its main feature is "ニコニコ生放送の放送アラートと自動入場が可能になります。".
Extension Screenshots
Download ニコ生アラート Extension CRX File
Download ニコ生アラート extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
現在、自分がフォローしているユーザーの生放送一覧、および生放送ランキングを表示します。
Extension Basic Information
Name | ニコ生アラート |
ID | kdgfbbcfpidajkpljnlngpglniggjbjm |
Official URL | https://chromewebstore.google.com/detail/%E3%83%8B%E3%82%B3%E7%94%9F%E3%82%A2%E3%83%A9%E3%83%BC%E3%83%88/kdgfbbcfpidajkpljnlngpglniggjbjm |
Description | ニコニコ生放送の放送アラートと自動入場が可能になります。 |
File Size | 319 KB |
Installation Count | 331 |
Current Version | 2.1.0 |
Last Updated | 2024-01-11 |
Publish Date | 2023-09-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | honishi |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/honishi/chrome-nico-alert |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u30cb\u30b3\u751f\u30a2\u30e9\u30fc\u30c8", "version": "2.1.0", "manifest_version": 3, "description": "\u30cb\u30b3\u30cb\u30b3\u751f\u653e\u9001\u306e\u653e\u9001\u30a2\u30e9\u30fc\u30c8\u3068\u81ea\u52d5\u5165\u5834\u304c\u53ef\u80fd\u306b\u306a\u308a\u307e\u3059\u3002", "icons": { "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png" }, "permissions": [ "storage", "offscreen", "notifications" ], "host_permissions": [ "https:\/\/live.nicovideo.jp\/watch\/*", "https:\/\/secure-dcdn.cdn.nimg.jp\/*", "https:\/\/api.live2.nicovideo.jp\/*" ], "content_scripts": [ { "js": [ ".\/content.js" ], "css": [ ".\/css\/content.css" ], "matches": [ "https:\/\/live.nicovideo.jp\/watch\/*", "https:\/\/www.nicovideo.jp\/my\/follow*", "https:\/\/www.nicovideo.jp\/user\/*", "https:\/\/ch.nicovideo.jp\/*" ] } ], "background": { "service_worker": ".\/background.js" }, "options_ui": { "page": ".\/html\/option.html" }, "action": { "default_popup": ".\/html\/popup.html" } } |