Discord Typing Privacy

Discord Typing Privacy

Prevents others from seeing when you're typing on Discord.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Discord Typing Privacy",
  "description": "Prevents others from seeing when you're typing on Discord.",
  "version": "1.1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2,
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://discordapp.com/api/*",
    "https://discord.com/api/*"
  ]
}