Escape the Algorithm - Social Feed Blocker Firefox

Examine source code of Escape the Algorithm - Social Feed Blocker

Inspect and view changes in Escape the Algorithm - Social Feed Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Escape the Algorithm - Social Feed Blocker",
  "short_name": "Feed Blocker",
  "version": "1.0.29",
  "description": "Hide distracting feeds and suggested content on YouTube, Twitter, Facebook and more to unhook your brain from social media addiction",
  "author": "Ernest Wolfe",
  "homepage_url": "https://www.escapethealgorithm.org",
  "icons": {
    "16": "/icons/icon16.png",
    "48": "/icons/icon48.png",
    "128": "/icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*",
        "*://*.facebook.com/*",
        "*://*.instagram.com/*",
        "*://*.twitter.com/*",
        "*://*.x.com/*",
        "*://*.tiktok.com/*",
        "*://*.pinterest.com/*",
        "*://*.linkedin.com/*"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "manifest_version": 2,
  "permissions": [
    "storage",
    "notifications",
    "*://*.youtube.com/*",
    "*://*.facebook.com/*",
    "*://*.instagram.com/*",
    "*://*.twitter.com/*",
    "*://*.x.com/*",
    "*://*.tiktok.com/*",
    "*://*.pinterest.com/*",
    "*://*.linkedin.com/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/icons/icon16.png",
      "48": "/icons/icon48.png",
      "128": "/icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ernest@escapethealgorithm.org"
    }
  }
}

Mejores alternativas Escape the Algorithm - Social Feed Blocker

Aquí hay algunas Firefox add-ons que son similares a Escape the Algorithm - Social Feed Blocker: