ニコ生アラート
ニコニコ生放送の放送アラートと自動入場が可能になります。
Was ist ニコ生アラート?
ニコ生アラート ist eine Chrome-Erweiterung, die von honishi entwickelt wurde, und ihr Hauptmerkmal ist "ニコニコ生放送の放送アラートと自動入場が可能になります。".
Erweiterungsscreenshots
ニコ生アラート-Erweiterungs-CRX-Datei herunterladen
Laden Sie ニコ生アラート-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
現在、自分がフォローしているユーザーの生放送一覧、および生放送ランキングを表示します。 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kdgfbbcfpidajkpljnlngpglniggjbjm |
| Offizielle 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 |
| Beschreibung | ニコニコ生放送の放送アラートと自動入場が可能になります。 |
| Dateigröße | 319 KB |
| Installationsanzahl | 331 |
| Aktuelle Version | 2.1.0 |
| Letztes Update | 2024-01-11 |
| Veröffentlichungsdatum | 2023-09-20 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | honishi |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/honishi/chrome-nico-alert |
| Unterstützte Sprachen | 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"
}
} | |