Blur Bar for YouTube - Language Learning Tool

Blur Bar for YouTube - Language Learning Tool

A simple yet powerful tool to place an adjustable blur bar that covers a YouTube videos embedded subtitles!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Blur Bar for YouTube - Language Learning Tool",
  "description": "A simple yet powerful tool to place an adjustable blur bar that covers a YouTube videos embedded subtitles!",
  "permissions": [
    "storage"
  ],
  "version": "3.07",
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "jquery-3.6.0.min.js",
        "jquery-ui.js",
        "Content.js"
      ],
      "css": [
        "jquery-ui.css",
        "styles.css"
      ]
    }
  ],
  "icons": {
    "16": "./Icons/icon16-1.png",
    "48": "./Icons/icon48-1.png",
    "128": "./Icons/icon128-1.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Blur Bar"
  }
}