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…"입니다.
확장 프로그램 스크린샷
Discord Copy Token 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |