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 là gì?

Discord Copy Token là một tiện ích mở rộng Chrome được phát triển bởi evil.plutonium, và tính năng chính của nó là "Free extension that allows you to copy your Discord token simply by clicking at extension. ✨ DISCORD COPY TOKEN ✨ This simple…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Discord Copy Token

Tải xuống các tệp mở rộng Discord Copy Token dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Discord Copy Token Discord Copy Token
ID cnfnhlmddjhmomcgilpblcdhbgjkadjd
URL Chính Thức https://chromewebstore.google.com/detail/discord-copy-token/cnfnhlmddjhmomcgilpblcdhbgjkadjd
Mô tả Free extension that allows you to copy your Discord token simply by clicking at extension. ✨ DISCORD COPY TOKEN ✨ This simple…
Kích Thước Tệp 98.14 KB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-11-14
Ngày Phát Hành 2023-11-13
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển evil.plutonium
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.pltnm.dev/discord-copy-token
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}