ニコニココメントダウンローダー

ニコニココメントダウンローダー

コメントファイルをダウンロードします

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ニコニココメントダウンローダー",
  "short_name": "コメントダウンローダー",
  "version": "0.0.0.6",
  "author": "大日本ペイント帝国海軍省",
  "description": "コメントファイルをダウンロードします",
  "icons": {
    "16": "icon16.png",
    "19": "icon19.png",
    "48": "icon48.png",
    "96": "icon96.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.nicovideo.jp/watch/*"
      ],
      "js": [
        "js.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "options_ui": {
    "chrome_style": true,
    "page": "help.html"
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "https://inpn.info/data/DLer/*",
    "http://flapi.nicovideo.jp/api/getflv/*",
    "http://www.nicovideo.jp/watch/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "homepage_url": "https://inpn.info",
  "offline_enabled": true
}