Hide My Name Firefox

Examine source code of Hide My Name

Inspect and view changes in Hide My Name source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Hide My Name",
  "version": "1.0.1",
  "description": "Hide personal info on web pages for streamers. Replaces names, addresses, and other sensitive text before it ever appears on screen.",
  "browser_specific_settings": {
    "gecko": {
      "id": "hide-my-name@extension",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}

Best Hide My Name Alternatives

Here are some Firefox add-ons that are similar to Hide My Name: