Return Standalone Youtube Video Page

Return Standalone Youtube Video Page

Opens the Video seperately in the same tab instead of being embedded in the page, just like it was before the update.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Return Standalone Youtube Video Page",
  "description": "Opens the Video seperately in the same tab instead of being embedded in the page, just like it was before the update.",
  "version": "0.2",
  "author": "[email protected]",
  "short_name": "RYVS",
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "action": {
    "default_icon": {
      "16": "images/logo16.png",
      "32": "images/logo32.png",
      "48": "images/logo48.png",
      "128": "images/logo128.png"
    },
    "default_title": "Bring Back Standalone Youtube Video Page",
    "default_popup": "src/popup.html"
  },
  "background": {
    "service_worker": "src/scripts/background.js"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}