ニコ生アラート
ニコニコ生放送の放送アラートと自動入場が可能になります。
Wat is ニコ生アラート?
ニコ生アラート is een Chrome-extensie ontwikkeld door honishi, en de belangrijkste functie is "ニコニコ生放送の放送アラートと自動入場が可能になります。".
Extensie Screenshots
Download het CRX-bestand van de extensie ニコ生アラート
Download ニコ生アラート-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
現在、自分がフォローしているユーザーの生放送一覧、および生放送ランキングを表示します。
Basisinformatie over de Extensie
Naam | ニコ生アラート |
ID | kdgfbbcfpidajkpljnlngpglniggjbjm |
Officiële 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 |
Beschrijving | ニコニコ生放送の放送アラートと自動入場が可能になります。 |
Bestandsgrootte | 319 KB |
Aantal Installaties | 331 |
Huidige Versie | 2.1.0 |
Laatst Bijgewerkt | 2024-01-11 |
Publicatiedatum | 2023-09-20 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | honishi |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/honishi/chrome-nico-alert |
Ondersteunde Talen | 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" } } |