Discord Login with Token

Login in the application Discord fast with the Auth token

Cos'è Discord Login with Token?

Discord Login with Token è un'estensione di Chrome sviluppata da Kramos, e la sua funzione principale è "Login in the application Discord fast with the Auth token".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Discord Login with Token

Scarica i file di estensione Discord Login with Token in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Login in the application Discord fast with the Auth token                    

Informazioni di Base sull'Estensione

Nome Discord Login with Token Discord Login with Token
ID efjdggfjianihcbbbbnmlkblallomdbl
URL Ufficiale https://chromewebstore.google.com/detail/discord-login-with-token/efjdggfjianihcbbbbnmlkblallomdbl
Descrizione Login in the application Discord fast with the Auth token
Dimensione del File 20.27 KB
Conteggio Installazioni 2,153
Versione Corrente 1.2
Ultimo Aggiornamento 2022-05-06
Data di Pubblicazione 2022-05-06
Valutazione 2.20/5 Totale 5 Valutazioni
Sviluppatore Kramos
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://kramos.wtf
URL della Pagina di Aiuto https://kramos.wtf
Lingue Supportate 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\/*"
    ]
}