Discord Login with Token

Login in the application Discord fast with the Auth token

What is Discord Login with Token?

Discord Login with Token is a Chrome extension developed by Kramos, and its main feature is "Login in the application Discord fast with the Auth token".

Extension Screenshots

screenshot

Download Discord Login with Token Extension CRX File

Download Discord Login with Token extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Login in the application Discord fast with the Auth token                    

Extension Basic Information

Name Discord Login with Token Discord Login with Token
ID efjdggfjianihcbbbbnmlkblallomdbl
Official URL https://chromewebstore.google.com/detail/discord-login-with-token/efjdggfjianihcbbbbnmlkblallomdbl
Description Login in the application Discord fast with the Auth token
File Size 20.27 KB
Installation Count 2,153
Current Version 1.2
Last Updated 2022-05-06
Publish Date 2022-05-06
Rating 2.20/5 Total 5 Ratings
Developer Kramos
Email [email protected]
Payment Type free
Extension Website https://kramos.wtf
Help Page URL https://kramos.wtf
Supported Languages en
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\/*"
    ]
}