Block Feeds: YouTube, Instagram, Twitter (X) Firefox

Examine source code of Block Feeds: YouTube, Instagram, Twitter (X)

Inspect and view changes in Block Feeds: YouTube, Instagram, Twitter (X) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Block Feeds: YouTube, Instagram, Twitter (X)",
  "version": "0.1.2",
  "description": "A plugin to hide feeds on Twitter (X), YouTube, and Instagram.",
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.x.com/*",
        "*://*.twitter.com/*",
        "*://www.youtube.com/*",
        "*://www.instagram.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ddb39ce8-f12b-4edf-ac6f-05678a564a2b}",
      "strict_min_version": "58.0"
    }
  }
}

Best Block Feeds: YouTube, Instagram, Twitter (X) Alternatives

Here are some Firefox add-ons that are similar to Block Feeds: YouTube, Instagram, Twitter (X):