Discord Token Login
Free, Easy and simple discord login with a Token!
Discord Token Login란 무엇입니까?
Discord Token Login은(는) flxder에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free, Easy and simple discord login with a Token!"입니다.
확장 프로그램 스크린샷
Discord Token Login 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
✨ DISCORD TOKEN LOGIN ✨ This simple extension will allow you to login into a Discord account with a token. You just need to open the extension, paste the token and click "Login" 😄 The extension will open a new tab with a logged-in account from the token. 👋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 discord, email or my github profile. ✨THE OPEN SOURCE PROJECT CAN BE FOUND HERE✨ https://github.com/flxderdev/Discord-Token-Login ❗️For the curious people ⬇️❗️ Don't hesitate to look into the code by yourself and verify it. If you don't know how to do it, you can only rely on my words. The extension is not sending any input data to me or any other person/company. The whole process is between your browser and the web version of discord (directly). You can login with a token even without this extension if you know how but its surely more simple and fast with this addon. Please note, this extension is for educational purposes only. Im not responsible for any actions done by users with this extension. Login only with your own token 😉 ꜱᴜᴘᴘᴏʀᴛ ᴍʏ ᴡᴏʀᴋ ᴡɪᴛʜ ᴀ 1$ ᴄᴏꜰꜰᴇᴇ⬇️😎 https://www.buymeacoffee.com/flxder https://www.paypal.me/fluderfx
확장 프로그램 기본 정보
이름 | Discord Token Login |
ID | hifcahjlgbmhppcoppikpcceognjcjjp |
공식 URL | https://chromewebstore.google.com/detail/discord-token-login/hifcahjlgbmhppcoppikpcceognjcjjp |
설명 | Free, Easy and simple discord login with a Token! |
파일 크기 | 31.04 KB |
설치 횟수 | 20,000 |
현재 버전 | 3.1 |
최근 업데이트 | 2024-02-16 |
출시 날짜 | 2023-05-12 |
평점 | 3.73/5 총 26 개의 평점 |
개발자 | flxder |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.paypal.me/fluderfx |
도움말 페이지 URL | https://www.paypal.me/fluderfx |
지원되는 언어 | en |
manifest.json | |
{ "action": { "default_icon": "logo.png", "default_popup": "popup\/index.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*.discord.com\/*", "https:\/\/*.discord.com\/*" ], "run_at": "document_start" } ], "description": "Free, Easy and simple discord login with a Token!", "icons": { "128": "logo.png" }, "manifest_version": 3, "name": "Discord Token Login", "permissions": [], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.1" } |