Discord Copy Token

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

Cos'è Discord Copy Token?

Discord Copy Token è un'estensione di Chrome sviluppata da evil.plutonium, e la sua funzione principale è "Free extension that allows you to copy your Discord token simply by clicking at extension. ✨ DISCORD COPY TOKEN ✨ This simple…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Discord Copy Token

Scarica i file di estensione Discord Copy 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

                        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                    

Informazioni di Base sull'Estensione

Nome Discord Copy Token Discord Copy Token
ID cnfnhlmddjhmomcgilpblcdhbgjkadjd
URL Ufficiale https://chromewebstore.google.com/detail/discord-copy-token/cnfnhlmddjhmomcgilpblcdhbgjkadjd
Descrizione Free extension that allows you to copy your Discord token simply by clicking at extension. ✨ DISCORD COPY TOKEN ✨ This simple…
Dimensione del File 98.14 KB
Conteggio Installazioni 63
Versione Corrente 1.0
Ultimo Aggiornamento 2023-11-14
Data di Pubblicazione 2023-11-13
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore evil.plutonium
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.pltnm.dev/discord-copy-token
Lingue Supportate 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"
    }
}