Global Speed Video Controler

Global Speed Video Controler

Set a default speed for video and audio.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "polyfills.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "commands": {
    "commandA": {
      "description": "command A"
    },
    "commandB": {
      "description": "command B"
    },
    "commandC": {
      "description": "command C"
    },
    "commandD": {
      "description": "command D"
    },
    "commandE": {
      "description": "command E"
    },
    "commandF": {
      "description": "command F"
    },
    "commandG": {
      "description": "command G"
    },
    "commandH": {
      "description": "command H"
    },
    "commandI": {
      "description": "command I"
    },
    "commandJ": {
      "description": "command J"
    },
    "commandK": {
      "description": "command K"
    },
    "commandL": {
      "description": "command L"
    },
    "commandM": {
      "description": "command M"
    },
    "commandN": {
      "description": "command N"
    },
    "commandO": {
      "description": "command O"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "polyfills.js",
        "contentScript.js"
      ],
      "match_about_blank": true,
      "matches": [
        "https://*/*",
        "http://*/*",
        "file://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzO+uSHZZuRFVl16rKzDEMPIwMvN/Uij9xvKl1JZLPyBlGsut/plitikzTrgRSHplauDg8qDBuDpwYZ550aY1LVOc/bqrjjSD54YTIefERl3WmcXqy7QYV82X25FeOQPfZqe/nySYJC6JKuzLOfz5c8LWKutsYgS/qdnD4gimvZTcq16n1mxvnN31t7fDh8xox6ceXBaeHC47Wl1bAOKEcGKwS3dtMlVzarO8XVgxfK9HEsa3L6WBEkIDg7nnyLkJfBkJ3xOKz9gILEOmju7ChLuMUbUPlmoKspLEvJCu3y9iiyTHGaw9103f5CSF7KxxoJfICTgUMvUMR3OYIXIYeQIDAQAB",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "https://*/*",
    "http://*/*",
    "file://*/*",
    "tabCapture",
    "webNavigation"
  ],
  "short_name": "Global Speed",
  "version": "2.9.98",
  "browser_specific_settings": {
    "gecko": {
      "id": "{668ec037-7fce-4f42-8b15-0d8356092aa8}"
    }
  }
}