Token Extractor
Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub
Apa itu Token Extractor?
Token Extractor adalah ekstensi Chrome yang dikembangkan oleh https://ghaph.com, dan fitur utamanya adalah "Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Token Extractor
Unduh file ekstensi Token Extractor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Token Extractor |
ID | fodjlahkdpmcpdppcgmmbnifokncelcn |
URL Resmi | https://chromewebstore.google.com/detail/token-extractor/fodjlahkdpmcpdppcgmmbnifokncelcn |
Deskripsi | Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub |
Ukuran File | 187 KB |
Jumlah Instalasi | 222 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-05-03 |
Tanggal Publikasi | 2023-05-03 |
Pengembang | https://ghaph.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/" ] } |