Toggle restricted JIRA comment Firefox

Examine source code of Toggle restricted JIRA comment

Inspect and view changes in Toggle restricted JIRA comment source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Toggle restricted JIRA comments",
  "version": "1.0.8",
  "description": "Toggle visibility of restricted JIRA comments. This allows to share your screen without sharing restricted information.",
  "homepage_url": "https://github.com/eyecatchup/toggle-restricted-jira-comments",
  "content_scripts": [
    {
      "matches": [
        "*://*.atlassian.net/browse/*",
        "*://*.atlassian.net/jira/*"
      ],
      "run_at": "document_end",
      "js": [
        "inject.js"
      ]
    }
  ],
  "icons": {
    "48": "jira-icon-filled-128.png",
    "128": "jira-icon-filled-128.png"
  },
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "jira-restricted-comments@eyecatchup"
    }
  }
}

Best Toggle restricted JIRA comment Alternatives

Here are some Firefox add-ons that are similar to Toggle restricted JIRA comment: