Reddit Simplify - Hide Annoying Reddit UI Elements Firefox

Examine source code of Reddit Simplify - Hide Annoying Reddit UI Elements

Inspect and view changes in Reddit Simplify - Hide Annoying Reddit UI Elements source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reddit Simplify - Hide Reddit UI Elements",
  "short_name": "Reddit Simplify",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "64": "images/icon-64.png",
    "128": "images/icon-128.png"
  },
  "browser_action": {
    "default_icon": "images/icon-128.png",
    "default_popup": "popup.html",
    "default_title": "Reddit Simplify"
  },
  "author": "Beetle Rodeo",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "css": [
        "css/content.css"
      ],
      "js": [
        "js/content.js"
      ],
      "all_frames": true,
      "matches": [
        "https://*.reddit.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage",
    "webRequest",
    "https://*.reddit.com/*"
  ],
  "web_accessible_resources": [
    "js/reddit-simplify.js"
  ],
  "version": "1.0.5",
  "description": "Hide Reddit Ads, Awards, Sidebars, and other distractions.",
  "browser_specific_settings": {
    "gecko": {
      "id": "support@beetle.rodeo",
      "strict_min_version": "58.0"
    },
    "gecko_android": {
      "strict_min_version": "120.0"
    }
  }
}

Best Reddit Simplify - Hide Annoying Reddit UI Elements Alternatives

Here are some Firefox add-ons that are similar to Reddit Simplify - Hide Annoying Reddit UI Elements: