Hide Sensitive Information Firefox

Examine source code of Hide Sensitive Information

By: Maxi
Inspect and view changes in Hide Sensitive Information source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Hide Sensitive Information",
  "manifest_version": 3,
  "version": "0.0.1",
  "description": "Hide fields on a website that contain sensitive information.",
  "homepage_url": "https://github.com/MaximilianMauroner/hide-sensitive-information",
  "permissions": [
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "index.js"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_title": "Hide Sensitive Information",
    "default_popup": "popup/index.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "host_permissions": [
    "*://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5afca5de-4f8f-4f2b-9ba5-4063d4a64f4b}",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best Hide Sensitive Information Alternatives

Here are some Firefox add-ons that are similar to Hide Sensitive Information: