Discord Copy Token

Free extension that allows you to copy your Discord token simply by clicking at extension. ✨ DISCORD COPY TOKEN ✨ This simple…

Was ist Discord Copy Token?

Discord Copy Token ist eine Chrome-Erweiterung, die von evil.plutonium entwickelt wurde, und ihr Hauptmerkmal ist "Free extension that allows you to copy your Discord token simply by clicking at extension. ✨ DISCORD COPY TOKEN ✨ This simple…".

Erweiterungsscreenshots

screenshot

Discord Copy Token-Erweiterungs-CRX-Datei herunterladen

Laden Sie Discord Copy Token-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Free extension that allows you to copy your Discord token simply by clicking at extension.
✨ DISCORD COPY TOKEN ✨

This simple extension will allow you to copy a Discord token of your account.
You just need to click on the extension icon😄
Your token will be pasted into your clipboard.

👋Feel free to contribute to fix any problems, or to submit an issue!👋
For contacting me, simply click any of the buttons under the "Contact me here" section in the extension. You can contact me there by telegram, discord, email or my github profile.

USDT TRC20: TQqYH58Lhg1zNoaXNZERRtUyX31FRRHUoo 
✨THE OPEN SOURCE PROJECT CAN BE FOUND HERE✨
https://github.com/plutonium777/discord_copy_token_extension                    

Grundlegende Informationen zur Erweiterung

Name Discord Copy Token Discord Copy Token
ID cnfnhlmddjhmomcgilpblcdhbgjkadjd
Offizielle URL https://chromewebstore.google.com/detail/discord-copy-token/cnfnhlmddjhmomcgilpblcdhbgjkadjd
Beschreibung Free extension that allows you to copy your Discord token simply by clicking at extension. ✨ DISCORD COPY TOKEN ✨ This simple…
Dateigröße 98.14 KB
Installationsanzahl 63
Aktuelle Version 1.0
Letztes Update 2023-11-14
Veröffentlichungsdatum 2023-11-13
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler evil.plutonium
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.pltnm.dev/discord-copy-token
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Discord Copy Token",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "clipboardWrite"
    ],
    "host_permissions": [
        "https:\/\/discord.com\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Discord Copy Token",
        "default_icon": "icon.png"
    }
}