Profile Unhider Firefox

Examine source code of Profile Unhider

Inspect and view changes in Profile Unhider source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Profile Unhider",
  "version": "1.0.0",
  "description": "Surface publicly indexed posts and comments for hidden Reddit profiles. Data sourced from Reddit's public search index.",
  "permissions": [],
  "host_permissions": [
    "https://www.reddit.com/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.reddit.com/user/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "profileunhider@srijanreddy",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Profile Unhider Alternatives

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