PasteGuard: Sensitive Data Shield Firefox

Examine source code of PasteGuard: Sensitive Data Shield

Inspect and view changes in PasteGuard: Sensitive Data Shield source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "1.0",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "permissions": [
    "storage",
    "clipboardRead",
    "activeTab",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "pasteguard@yasir.org.tr",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best PasteGuard: Sensitive Data Shield Alternatives

Here are some Firefox add-ons that are similar to PasteGuard: Sensitive Data Shield: