HSE - Auto HMAC SHA512 Encryptor Firefox

Examine source code of HSE - Auto HMAC SHA512 Encryptor

Por: Arkl1ne
Inspect and view changes in HSE - Auto HMAC SHA512 Encryptor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HSE - Auto HMAC SHA512 Encryptor",
  "version": "2.9",
  "description": "Automatically converts your password to HMAC-SHA512, shortens it to 14 characters and replaces digits 0-5 with special characters",
  "icons": {
    "48": "icons/icon_disconnected.png"
  },
  "browser_action": {
    "default_icon": "icons/icon_disconnected.png",
    "default_title": "HMAC-512 Generator",
    "default_popup": "popup.html"
  },
  "permissions": [
    "<all_urls>",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{642d213b-469c-4267-b4e9-2c56f41e2ea7}"
    }
  }
}

Mejores alternativas HSE - Auto HMAC SHA512 Encryptor

Aquí hay algunas Firefox add-ons que son similares a HSE - Auto HMAC SHA512 Encryptor: