YT Short Remover OPENSOURCE Firefox

Examine source code of YT Short Remover OPENSOURCE

By: Fede
Inspect and view changes in YT Short Remover OPENSOURCE source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Yt Short Remover",
  "version": "1.0",
  "description": "Removes YouTube Shorts from the homepage.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon1.png",
      "48": "icon2.png",
      "128": "icon3.png"
    }
  },
  "icons": {
    "16": "icon1.png",
    "48": "icon2.png",
    "128": "icon3.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e90c9f58-662d-4ebe-ac29-d638997debd8}"
    }
  }
}

Best YT Short Remover OPENSOURCE Alternatives

Here are some Firefox add-ons that are similar to YT Short Remover OPENSOURCE: