Reddit Profile Viewer Firefox

Examine source code of Reddit Profile Viewer

By: Kappa
Inspect and view changes in Reddit Profile Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Reddit Profile Viewer",
  "version": "1.1.0",
  "description": "View post and comment history of Reddit users even if their profile is private.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "host_permissions": [
    "https://www.reddit.com/*"
  ],
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.reddit.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Reddit Profile Viewer"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "weebkappa24@gmail.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Reddit Profile Viewer Alternatives

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