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ファイルをダウンロード
Discord Token Login拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
✨ 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 |
Eメール | [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" } |