TextEncryptor Firefox

Examine source code of TextEncryptor

Inspect and view changes in TextEncryptor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TextEncryptor",
  "description": "Encrypt and decrypt your text easily, ensuring sensitive information stays secure while sharing or storing. Simple and effective for personal and professional use",
  "version": "0.0.1",
  "author": "Dmitry Safarov",
  "browser_action": {
    "default_title": "Text Cryptor",
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "aes.js",
        "cryptor.js"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9ab55f01-ca85-4a47-a642-822f945eb43e}"
    }
  }
}

Best TextEncryptor Alternatives

Here are some Firefox add-ons that are similar to TextEncryptor: