Bee fast video

Bee fast video

Bee fast video 🐝 - Speed up or slow down videos, seek forward and backward, loop, native controls and Picture-in-picture.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Bee fast video",
  "version": "1.2.0",
  "description": "Bee fast video 🐝 - Speed up or slow down videos, seek forward and backward, loop, native controls and Picture-in-picture.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "action": {
    "default_popup": "src/popup/index.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "src/content/index.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": []
    }
  ]
}