ニコ生チェッ君

ニコ生チェッ君

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ニコ生チェッ君",
  "version": "2.3.6",
  "description": "ニコニコ生放送でコミュニティに参加している放送中の番組一覧を表示します。",
  "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
}