Reddit Bottom Sheet Blocker Enhanced Firefox

Examine source code of Reddit Bottom Sheet Blocker Enhanced

By: pezant
Inspect and view changes in Reddit Bottom Sheet Blocker Enhanced source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reddit Bottom Sheet Blocker Enhanced",
  "version": "1.2",
  "description": "Blocks the Reddit mobile web bottom sheet prompt and allows dynamic element removal.",
  "permissions": [
    "activeTab",
    "<all_urls>",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.reddit.com/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "icons": {
    "48": "icon.png"
  },
  "options_page": "options.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "{458dbcad-291a-4380-96fc-817db3c67f3a}"
    }
  }
}

Best Reddit Bottom Sheet Blocker Enhanced Alternatives

Here are some Firefox add-ons that are similar to Reddit Bottom Sheet Blocker Enhanced: