ニコ生チェッ君

ニコニコ生放送でコミュニティに参加している放送中の番組一覧を表示します。

Cos'è ニコ生チェッ君?

ニコ生チェッ君 è un'estensione di Chrome sviluppata da 4.5ritz, e la sua funzione principale è "ニコニコ生放送でコミュニティに参加している放送中の番組一覧を表示します。".

Screenshot dell'Estensione

screenshot
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

                        ニコニコ生放送で参加しているコミュニティの現在放送中の番組および公式放送一覧を表示する拡張機能です。

*chromeでニコニコ動画にログインしていないとコミュニティ情報が取得できないので、ログインをしておいてください。
//2016/04/17 version2.3
GAを導入

//2013/3/24 version2.2
放送中のコミュニティが無いときに「ログインしてください」とでるバグ及びバッジのバグの修正

//2013/3/24 version2.1
・名前を「ニコニコ生放送 Now Live Steaming!」から「ニコ生チェッ君」に変更しました。
・公式放送の一覧表示に対応しました。
・ログインしていないときにバッジに表示。
・ローディング画像の追加。
・アイコンの変更。

//2012/4/20 version1.1
・放送中の番組数をバッジで表示するようにしました。                    

Informazioni di Base sull'Estensione

Nome ニコ生チェッ君 ニコ生チェッ君
ID dopbeinnpeoefhekbnohenjnclnplcla
URL Ufficiale https://chrome.google.com/webstore/detail/%E3%83%8B%E3%82%B3%E7%94%9F%E3%83%81%E3%82%A7%E3%83%83%E5%90%9B/dopbeinnpeoefhekbnohenjnclnplcla
Descrizione ニコニコ生放送でコミュニティに参加している放送中の番組一覧を表示します。
Dimensione del File 126 KB
Conteggio Installazioni 873
Versione Corrente 2.3.6
Ultimo Aggiornamento 2017-05-01
Data di Pubblicazione 2017-05-01
Valutazione 3.24/5 Totale 38 Valutazioni
Sviluppatore 4.5ritz
Tipo di Pagamento free
Sito Web dell'Estensione http://d.hatena.ne.jp/ritz4_5/
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30cb\u30b3\u751f\u30c1\u30a7\u30c3\u541b",
    "version": "2.3.6",
    "description": "\u30cb\u30b3\u30cb\u30b3\u751f\u653e\u9001\u3067\u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u306b\u53c2\u52a0\u3057\u3066\u3044\u308b\u653e\u9001\u4e2d\u306e\u756a\u7d44\u4e00\u89a7\u3092\u8868\u793a\u3057\u307e\u3059\u3002",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "now_live_streaming.html"
    },
    "icons": {
        "48": "icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/live.nicovideo.jp\/",
        "http:\/\/ajax.googleapis.com\/",
        "https:\/\/account.nicovideo.jp\/"
    ],
    "manifest_version": 2
}