4chan Reddit-like frontend Firefox

Examine source code of 4chan Reddit-like frontend

Inspect and view changes in 4chan Reddit-like frontend source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "4chan Reddit-like frontend",
  "version": "1.0.1",
  "description": "Turns 4chan threads into a Reddit-style nested, collapsible view with inline media, a gallery, and custom colors.",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage"
  ],
  "action": {
    "default_title": "4chan Reddit-like frontend",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://boards.4chan.org/*/thread/*"
      ],
      "js": [
        "src/content.js"
      ],
      "css": [
        "src/content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "4chan2reddit@local.dev",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best 4chan Reddit-like frontend Alternatives

Here are some Firefox add-ons that are similar to 4chan Reddit-like frontend: