Discord Copy Token

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

什么是Discord Copy Token?

Discord Copy Token是由evil.plutonium开发的Chrome扩展程序,该扩展的主要功能是“Free extension that allows you to copy your Discord token simply by clicking at extension. ✨ DISCORD COPY TOKEN ✨ This simple…”。

扩展截图

screenshot

下载Discord Copy Token扩展crx文件

下载Discord Copy Token扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Discord Copy Token Discord Copy Token
ID cnfnhlmddjhmomcgilpblcdhbgjkadjd
官方URL https://chromewebstore.google.com/detail/discord-copy-token/cnfnhlmddjhmomcgilpblcdhbgjkadjd
简介 Free extension that allows you to copy your Discord token simply by clicking at extension. ✨ DISCORD COPY TOKEN ✨ This simple…
文件大小 98.14 KB
安装次数 63
当前版本 1.0
更新时间 2023-11-14
上架时间 2023-11-13
评分 1.00/5 共1次评分
开发者 evil.plutonium
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.pltnm.dev/discord-copy-token
支持的语言 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"
    }
}