Video Speed Controller

Video Speed Controller

Speed control for any html5 video player: speed up, slow down, rewind ...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "128": "/img/logo.png"
  },
  "manifest_version": 3,
  "background": {
    "service_worker": "/js/index.js"
  },
  "options_page": "/main.html",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "name": "__MSG_appName__",
  "default_locale": "en",
  "description": "Speed control for any html5 video player: speed up, slow down, rewind ...",
  "action": {
    "default_icon": "/img/logo.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "/css/ispitatelniySrok.css",
        "/css/vkusnoeBludo.css"
      ],
      "exclude_matches": [
        "https://plus.google.com/hangouts/*",
        "https://hangouts.google.com/hangouts/*",
        "https://meet.google.com/*",
        "https://teamtreehouse.com/*",
        "http://www.hitbox.tv/*"
      ],
      "js": [
        "/js/jq.min.js",
        "/js/vorNaVore.js",
        "/js/szhatieSroki.js",
        "/js/rinochnayaNisha.js",
        "/js/uyutnoeKafe.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/inject/**"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "version": "1.0"
}