Private Keyboard Firefox

Examine source code of Private Keyboard

Inspect and view changes in Private Keyboard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Private Keyboard",
  "version": "2.0",
  "description": "Protect against keyboard biometrics",
  "icons": {
    "48": "icons/keyboard-ico.png"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "settings/options.html"
  },
  "browser_action": {
    "default_icon": "icons/keyboard-ico.png",
    "default_title": "Private Keyboard",
    "default_popup": "settings/button.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+1"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "keyboardaddon@voidnet.tech"
    }
  }
}

Best Private Keyboard Alternatives

Here are some Firefox add-ons that are similar to Private Keyboard: