Discord Token Login
Login to Discord using a token
什麼是Discord Token Login?
Discord Token Login是由Shifts開發的Chrome擴展程式,該擴展的主要功能是“Login to Discord using a token”。
擴展截圖
下載Discord Token Login擴展crx文件
下載Discord Token Login擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easy-to-use interface along with token validity checking. If the extension turns red, your token is invalid. If it turns green, your token is valid. * Tokens change after you authenticate / login with them. * Tokens are NOT stored / sent to the developer, tokens are pushed to Discord's API to check the validity of them.
擴展基本資訊
名稱 | Discord Token Login |
ID | dgejhipdiojpnoggmehdiicanhnbdngk |
官方網址 | https://chromewebstore.google.com/detail/discord-token-login/dgejhipdiojpnoggmehdiicanhnbdngk |
簡介 | Login to Discord using a token |
檔案大小 | 10.94 KB |
安裝次數 | 773 |
目前版本 | 1.2 |
更新時間 | 2023-10-14 |
上架時間 | 2023-06-29 |
開發者 | Shifts |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/ignshifts/Token_Login |
說明頁面URL | https://discord.gg/48qbg6UP9g |
隱私政策頁面URL | https://gist.github.com/ignshifts/39d04f131e6d7a9be1886175fd0f2425 |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Discord Token Login", "version": "1.2", "description": "Login to Discord using a token", "icons": { "128": "logo.png" }, "action": { "default_popup": "index.html", "default_icon": { "128": "logo.png" } }, "permissions": [ "activeTab", "scripting" ] } |