danime-another-comment

danime-another-comment

dアニメストアニコニコ支店の動画にコメントが増えたように見えるchrome拡張

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "danime-another-comment",
  "version": "1.7.0",
  "description": "dアニメストアニコニコ支店の動画にコメントが増えたように見えるchrome拡張",
  "icons": {
    "16": "dac_icon16.png",
    "48": "dac_icon48.png",
    "128": "dac_icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.nicovideo.jp/watch/*"
      ],
      "js": [
        "scripts/index.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "scripts/hack_fetch_thread.js",
    "scripts/hack_comment_alpha.js"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "page_action": {
    "default_popup": "html/popup.html"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://nicovideo.cdn.nimg.jp/web/scripts/pages/watch/watch_app_*.js",
    "*://api.search.nicovideo.jp/api/v2/video/contents/search",
    "tabs",
    "*://www.nicovideo.jp/watch/*"
  ]
}