YouTube Space bar Fix

YouTube Space bar Fix

Play or pause YouTube video with space bar even when the video is not focused.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "YouTube Space bar Fix",
  "description": "Play or pause YouTube video with space bar even when the video is not focused.",
  "version": "1.0.3",
  "author": "[email protected]",
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}