Better YouTube Shorts

Better YouTube Shorts

Playback controls (with J and L) and timestamp on YouTube Shorts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "version": "3.7.2",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.content.ts.44ce3ab9.a777164c.js"
      ],
      "matches": [
        "https://*.youtube.com/*"
      ],
      "css": [
        "assets/content.ts.fcaa6ecc.css"
      ]
    }
  ],
  "icons": {
    "16": "src/assets/icons/bys-16.png",
    "32": "src/assets/icons/bys-32.png",
    "48": "src/assets/icons/bys-48.png",
    "128": "src/assets/icons/bys-128.png"
  },
  "background": {
    "type": "module",
    "scripts": [
      "service-worker-loader.js"
    ]
  },
  "browser_action": {
    "default_popup": "index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ac34afe8-3a2e-4201-b745-346c0cf6ec7d}"
    }
  }
}