Chat Encryptor Firefox

Examine source code of Chat Encryptor

Inspect and view changes in Chat Encryptor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Chat Encryptor",
  "version": "1.0",
  "description": "Encrypts chat conversations and securely stores them on the cloud.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "encrypt.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{aa122904-0f65-4689-bd13-eae6b7c2d17e}"
    }
  }
}

Best Chat Encryptor Alternatives

Here are some Firefox add-ons that are similar to Chat Encryptor: