Examine source code of YouTube No-Cookie Converter

Inspect and view changes in YouTube No-Cookie Converter 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": "YouTube No-Cookie Converter",
  "description": "A quick and easy way to convert YouTube links to their 'no cookie' alternatives!",
  "version": "1.0",
  "permissions": [
    "tabs",
    "activeTab",
    "clipboardWrite"
  ],
  "action": {
    "default_popup": "main.html",
    "default_title": "YouTube No-Cookie Converter",
    "default_icon": "YTNoCookie.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}