Clean Reddit Firefox

Examine source code of Clean Reddit

By: rxliuli
Inspect and view changes in Clean Reddit source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Clean for Reddit",
  "description": "Remove clutter and distractions from Reddit",
  "version": "0.3.2",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage"
  ],
  "author": "rxliuli",
  "action": {
    "default_icon": {
      "16": "icon/16.png",
      "32": "icon/32.png",
      "48": "icon/48.png",
      "96": "icon/96.png",
      "128": "icon/128.png"
    },
    "default_title": "Clean Reddit",
    "default_popup": "popup.html"
  },
  "homepage_url": "https://rxliuli.com/project/clean-reddit",
  "browser_specific_settings": {
    "gecko": {
      "id": "clean-reddit@rxliuli.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.reddit.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Clean Reddit Alternatives

Here are some Firefox add-ons that are similar to Clean Reddit: