Video Speed Control

Video Speed Control

Extension used to control the video playback speed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background/bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon-128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "content_scripts/cotos.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": [
        "jquery.min.js",
        "content_scripts/casic1.js",
        "content_scripts/casic2.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "default_locale": "en",
  "description": "Extension used to control the video playback speed.",
  "icons": {
    "128": "icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAg1VWzr/hEDq50Ji/2FnKQ8TVFTT2maaL3SOwqRfGqpeE3KAS/DnvjKY5v0VXsRLo5PU0azY+9XFLJf3ddZwOE26/UW+48wUaCB096zR2jjEz4v2KeM7m6834T4h2Bl3rZTjRUmF6k8Qm225M4iYxLsSJIOKJm0KQxWcDWwQtv01la5qXnDKH/ZardS9wkDDWgS4PiCSeois53n8/uDNNNyMTYPbx9QPC1WDebAXyB4lbkJFH6NDXAZ7mBW1MFpApav7aYJpePgS9YQVIsC0BkckDF8HM2bTELBnSvvxWPkw69XCy3EYoAWr5FbASJ7LYJvwWRfMEZukYM20LUVGEHwIDAQAB",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "options_page": "options_page/index.html",
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "version": "1.4",
  "web_accessible_resources": [
    "content_scripts/*.css",
    "*.css",
    "content_scripts/*.js",
    "*.js"
  ]
}