Discrypt Firefox

Examine source code of Discrypt

Por: Khafra
Inspect and view changes in Discrypt source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Discrypt",
  "version": "1.0.7",
  "description": "Encrypt and Decrypt Discord messages.",
  "browser_action": {
    "default_popup": "popup/index.html",
    "default_title": "Discrypt",
    "default_icon": "assets/icon.svg"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "js/discrypt_background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://discord.com/*"
      ],
      "js": [
        "js/discrypt_index.js",
        "js/Snowflake.js"
      ]
    },
    {
      "matches": [
        "https://discord.com/*"
      ],
      "js": [
        "js/sjcl.min.js",
        "js/discrypt_localStorage.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Melhores alternativas Discrypt

Aqui estão algumas Firefox add-ons que são similares a Discrypt: