Mikutch Video Plus: Speed & Loop & Rotate

Mikutch Video Plus: Speed & Loop & Rotate

Can you change of Speed(0.07-16x)/Loop/Rotate for HTML5 Video(Mouseover/Hold/ContextMenu/DoubleClick).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "short_name": "__MSG_extensionShortName__",
  "version": "1.5.4",
  "default_locale": "ja",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "16": "img/icon_0016x0016.png",
    "48": "img/icon_0048x0048.png",
    "128": "img/icon_0128x0128.png",
    "400": "img/icon_0400x0400.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/jquery.js",
        "js/jquery.mobile.events.touch.js",
        "js/content-scripts.js"
      ],
      "css": [
        "css/content-scripts.css"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ]
}