ニコ生アラート

ニコニコ生放送の放送アラートと自動入場が可能になります。

Vad är ニコ生アラート?

ニコ生アラート är en Chrome-tillägg utvecklad av honishi, och dess huvudfunktion är "ニコニコ生放送の放送アラートと自動入場が可能になります。".

Tilläggsskärmbilder

screenshot

Ladda ner ニコ生アラート-förlängningens CRX-fil

Ladda ner ニコ生アラート-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        現在、自分がフォローしているユーザーの生放送一覧、および生放送ランキングを表示します。                    

Grundläggande Information om Tillägg

Namn ニコ生アラート ニコ生アラート
ID kdgfbbcfpidajkpljnlngpglniggjbjm
Officiell webbadress 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
Beskrivning ニコニコ生放送の放送アラートと自動入場が可能になります。
Filstorlek 319 KB
Antal Installationer 331
Aktuell Version 2.1.0
Senast Uppdaterad 2024-01-11
Publiceringsdatum 2023-09-20
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare honishi
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/honishi/chrome-nico-alert
Stödda Språk 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"
    }
}