SNS Detox: YouTube & Reddit Feed Blocker Firefox

Examine source code of SNS Detox: YouTube & Reddit Feed Blocker

By: EasyDev
Inspect and view changes in SNS Detox: YouTube & Reddit Feed Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "0.1.4",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "default_locale": "en",
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    "images/capybara.webp"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "SNS Detox",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "open_in_tab": true,
    "browser_style": false,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.reddit.com/*",
        "*://*.youtube.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "sns-detox@easydev.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best SNS Detox: YouTube & Reddit Feed Blocker Alternatives

Here are some Firefox add-ons that are similar to SNS Detox: YouTube & Reddit Feed Blocker: