Reddit App Nag Blocker Firefox

Examine source code of Reddit App Nag Blocker

By: kl365 Add-on
Inspect and view changes in Reddit App Nag Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reddit App Nag Blocker",
  "version": "1.0.2",
  "description": "Removes Reddit's 'open in app' / 'continue in app' popups on mobile web and restores scrolling.",
  "browser_specific_settings": {
    "gecko": {
      "id": "reddit-app-nag-blocker@kl365.local",
      "strict_min_version": "113.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.reddit.com/*"
      ],
      "css": [
        "block.css"
      ],
      "js": [
        "block.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  }
}

Best Reddit App Nag Blocker Alternatives

Here are some Firefox add-ons that are similar to Reddit App Nag Blocker: