Token Extractor
Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub
Token Extractorคืออะไร?
Token Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ghaph.com และคุณลักษณะหลักของมันคือ "Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Token Extractor
ดาวน์โหลดไฟล์ส่วนขยาย Token Extractor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily manage your social media account credentials without having to go through the troubles of logging in each time. Allows you to store your access tokens to use them inside a program or to transfer your sessions to another profile or device. Currently supports: - Twitter - Discord - Soundcloud - Twitch - Github
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Token Extractor |
ID | fodjlahkdpmcpdppcgmmbnifokncelcn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/token-extractor/fodjlahkdpmcpdppcgmmbnifokncelcn |
คำอธิบาย | Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub |
ขนาดไฟล์ | 187 KB |
จำนวนการติดตั้ง | 222 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-05-03 |
วันที่เผยแพร่ | 2023-05-03 |
ผู้พัฒนา | https://ghaph.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Token Extractor", "version": "1.0", "description": "Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub", "permissions": [ "cookies", "tabs", "scripting" ], "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "host_permissions": [ "https:\/\/*.twitter.com\/", "https:\/\/*.github.com\/", "https:\/\/*.soundcloud.com\/", "https:\/\/*.discord.com\/", "https:\/\/*.twitch.tv\/" ] } |