Discord Token Checker
Check your Discord tokens and login
Cos'è Discord Token Checker?
Discord Token Checker è un'estensione di Chrome sviluppata da dkqz, e la sua funzione principale è "Check your Discord tokens and login".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Discord Token Checker
Scarica i file di estensione Discord Token Checker 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
This is a Chrome extension for Discord tokens checking and login. This tool allows you to quickly login with user tokens in your browser without having to enter a script into the console every time. Informazioni di Base sull'Estensione
| Nome | |
| ID | bfidndjdinpfolejcgjjinkjnfmimiim |
| URL Ufficiale | https://chromewebstore.google.com/detail/discord-token-checker/bfidndjdinpfolejcgjjinkjnfmimiim |
| Descrizione | Check your Discord tokens and login |
| Dimensione del File | 11.04 KB |
| Conteggio Installazioni | 324 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2023-10-17 |
| Data di Pubblicazione | 2023-10-17 |
| Sviluppatore | dkqz |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/MLGRussianXP/DTC |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Discord Token Checker",
"version": "1.0.1",
"description": "Check your Discord tokens and login",
"author": "MLGRussianXP",
"icons": {
"128": "img\/logo\/icon128.png"
},
"permissions": [
"scripting"
],
"action": {
"default_popup": "index.html",
"default_title": "Discord Token Checker"
},
"host_permissions": [
"http:\/\/discord.com\/*\/",
"https:\/\/discord.com\/*\/"
]
} | |