NSS Communicator Firefox

Examine source code of NSS Communicator

Inspect and view changes in NSS Communicator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "NSS Communicator",
  "description": "Not So Super Sneaky — Encrypted messaging overlay for social media",
  "version": "0.1.0",
  "icons": {
    "48": "icons/nss-48-v2.png",
    "96": "icons/nss-96-v2.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite"
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/nss-48-v2.png",
      "96": "icons/nss-96-v2.png"
    },
    "default_title": "NSS Communicator",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "crypto/keys.js",
      "crypto/encrypt.js",
      "storage/keyring.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/detector.js",
        "content/injector.js"
      ],
      "css": [
        "styles/nss-inline.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "nss@nexavision.tech",
      "strict_min_version": "91.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "web_accessible_resources": [
    "styles/nss-inline.css",
    "icons/nss-48-v2.png"
  ]
}

Best NSS Communicator Alternatives

Here are some Firefox add-ons that are similar to NSS Communicator: