Discord Login with Token

Login in the application Discord fast with the Auth token

Wat is Discord Login with Token?

Discord Login with Token is een Chrome-extensie ontwikkeld door Kramos, en de belangrijkste functie is "Login in the application Discord fast with the Auth token".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Discord Login with Token

Download Discord Login with Token-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Login in the application Discord fast with the Auth token                    

Basisinformatie over de Extensie

Naam Discord Login with Token Discord Login with Token
ID efjdggfjianihcbbbbnmlkblallomdbl
Officiële URL https://chromewebstore.google.com/detail/discord-login-with-token/efjdggfjianihcbbbbnmlkblallomdbl
Beschrijving Login in the application Discord fast with the Auth token
Bestandsgrootte 20.27 KB
Aantal Installaties 2,153
Huidige Versie 1.2
Laatst Bijgewerkt 2022-05-06
Publicatiedatum 2022-05-06
Beoordeling 2.20/5 Totaal 5 Beoordelingen
Ontwikkelaar Kramos
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://kramos.wtf
Help Pagina-URL https://kramos.wtf
Ondersteunde Talen 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\/*"
    ]
}