ニコ生アラート

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

Cos'è ニコ生アラート?

ニコ生アラート è un'estensione di Chrome sviluppata da honishi, e la sua funzione principale è "ニコニコ生放送の放送アラートと自動入場が可能になります。".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ニコ生アラート

Scarica i file di estensione ニコ生アラート in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome ニコ生アラート ニコ生アラート
ID kdgfbbcfpidajkpljnlngpglniggjbjm
URL Ufficiale 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
Descrizione ニコニコ生放送の放送アラートと自動入場が可能になります。
Dimensione del File 319 KB
Conteggio Installazioni 331
Versione Corrente 2.1.0
Ultimo Aggiornamento 2024-01-11
Data di Pubblicazione 2023-09-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore honishi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/honishi/chrome-nico-alert
Lingue Supportate 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"
    }
}