Discord Token Checker
Check your Discord tokens and login
Wat is Discord Token Checker?
Discord Token Checker is een Chrome-extensie ontwikkeld door dkqz, en de belangrijkste functie is "Check your Discord tokens and login".
Extensie Screenshots
Download het CRX-bestand van de extensie Discord Token Checker
Download Discord Token Checker-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | bfidndjdinpfolejcgjjinkjnfmimiim |
| Officiële URL | https://chromewebstore.google.com/detail/discord-token-checker/bfidndjdinpfolejcgjjinkjnfmimiim |
| Beschrijving | Check your Discord tokens and login |
| Bestandsgrootte | 11.04 KB |
| Aantal Installaties | 324 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2023-10-17 |
| Publicatiedatum | 2023-10-17 |
| Ontwikkelaar | dkqz |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/MLGRussianXP/DTC |
| Ondersteunde Talen | 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\/*\/"
]
} | |