Examine source code of Youtube-Shorts-Removal-Tool

Inspect and view changes in Youtube-Shorts-Removal-Tool 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": 2,
  "name": "Youtube Short Remover Extension",
  "version": "1.0.0",
  "browser_action": {
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "js": [
        "src/youtube.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-shorts-remover@yourdomain.com",
      "strict_min_version": "58.0"
    }
  }
}