Discord Copy Token

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

Wat is Discord Copy Token?

Discord Copy Token is een Chrome-extensie ontwikkeld door evil.plutonium, en de belangrijkste functie is "Free extension that allows you to copy your Discord token simply by clicking at extension. ✨ DISCORD COPY TOKEN ✨ This simple…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Discord Copy Token

Download Discord Copy 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

                        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                    

Basisinformatie over de Extensie

Naam Discord Copy Token Discord Copy Token
ID cnfnhlmddjhmomcgilpblcdhbgjkadjd
Officiële URL https://chromewebstore.google.com/detail/discord-copy-token/cnfnhlmddjhmomcgilpblcdhbgjkadjd
Beschrijving Free extension that allows you to copy your Discord token simply by clicking at extension. ✨ DISCORD COPY TOKEN ✨ This simple…
Bestandsgrootte 98.14 KB
Aantal Installaties 63
Huidige Versie 1.0
Laatst Bijgewerkt 2023-11-14
Publicatiedatum 2023-11-13
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar evil.plutonium
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.pltnm.dev/discord-copy-token
Ondersteunde Talen 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"
    }
}