Feedless Facebook Firefox

Examine source code of Feedless Facebook

Inspect and view changes in Feedless Facebook source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Feedless Facebook",
  "version": "1.0.0",
  "description": "Remove your Facebook feed to reduce distractions.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{5e983c0f-22de-4ce9-bcf1-669fa1901949}",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.facebook.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": []
    }
  ]
}

Best Feedless Facebook Alternatives

Here are some Firefox add-ons that are similar to Feedless Facebook: