Enigma 2.0 Firefox

Examine source code of Enigma 2.0

Inspect and view changes in Enigma 2.0 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_extName__",
  "version": "1.5.116",
  "description": "__MSG_extDescription__",
  "homepage_url": "https://github.com/NeoEnigma-arch/enigma-2.0",
  "developer": {
    "name": "Krayzen",
    "url": "https://github.com/NeoEnigma-arch"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "enigma-20@text-chiffrierer.addon",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "notifications",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://x.com/*",
    "https://twitter.com/*",
    "<all_urls>",
    "https://169.58.90.225.sslip.io/*"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "48": "icons/toolbar-48.png",
      "96": "icons/toolbar-96.png"
    },
    "default_title": "__MSG_extTitle__",
    "default_area": "navbar"
  },
  "options_ui": {
    "page": "ui.html",
    "open_in_tab": true
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "protocol_handlers": [
    {
      "protocol": "web+enigma",
      "name": "Enigma 2.0",
      "uriTemplate": "/decrypt/decrypt.html?d=%s"
    }
  ],
  "background": {
    "scripts": [
      "lib/i18n.js",
      "lib/crypto.js",
      "lib/voice-crypto.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/bridge.js"
      ],
      "css": [
        "content/content.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.ebaydesc.com/*",
        "*://ebaydesc.com/*",
        "*://vi.vipr.ebaydesc.com/*",
        "*://vi.raptor.ebaydesc.com/*",
        "*://*.vipr.ebaydesc.com/*",
        "*://*.raptor.ebaydesc.com/*",
        "*://*.ebayrtm.com/*"
      ],
      "js": [
        "content/bridge.js"
      ],
      "css": [
        "content/content.css"
      ],
      "all_frames": true,
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://x.com/*",
        "*://x.com/",
        "*://*.x.com/*",
        "*://twitter.com/*",
        "*://twitter.com/",
        "*://*.twitter.com/*",
        "*://youtube.com/*",
        "*://*.youtube.com/*",
        "*://m.youtube.com/*",
        "*://youtu.be/*"
      ],
      "css": [
        "content/content.css"
      ],
      "js": [
        "content/content.js",
        "lib/i18n.js",
        "lib/crypto.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "_locales/*/messages.json",
        "fonts/EnigmaRain.ttf"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Enigma 2.0 Alternatives

Here are some Firefox add-ons that are similar to Enigma 2.0: