Examine source code of Prehraj to video

Inspect and view changes in Prehraj to video source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "Prehraj to video",
  "version": "1.0.7",
  "description": "Opens video in video tag in new window (using source URL)",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png",
    "512": "icons/icon512.png"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://prehraj.to/*",
        "https://prehrajto.cz/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png",
      "256": "icons/icon256.png",
      "512": "icons/icon512.png"
    },
    "default_title": "Prehraj to video"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}