Discord Login with Token

Discord Login with Token

Login in the application Discord fast with the Auth token

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Discord Login with Token",
  "version": "1.2",
  "manifest_version": 3,
  "icons": {
    "48": "/img/icon.png"
  },
  "background": {
    "service_worker": "/js/background.js"
  },
  "action": {
    "default_popup": "/html/popup.html",
    "default_icon": {
      "48": "/img/icon.png"
    }
  },
  "options_page": "/html/options.html",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "host_permissions": [
    "https://www.discord.com/*"
  ]
}