ニコ生次枠移動Zero

ニコ生次枠移動Zero

ニコ生次枠移動(http://goo.gl/F9Alj)のZero対応版です。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "jquery-1.7.2.min.js",
        "move.js"
      ],
      "matches": [
        "http://live.nicovideo.jp/watch/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "ニコ生次枠移動(http://goo.gl/F9Alj)のZero対応版です。",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "name": "ニコ生次枠移動Zero",
  "permissions": [
    "http://*.nicovideo.jp/"
  ],
  "version": "0.1.3"
}