Token Extractor
Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub
Wat is Token Extractor?
Token Extractor is een Chrome-extensie ontwikkeld door https://ghaph.com, en de belangrijkste functie is "Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub".
Extensie Screenshots
Download het CRX-bestand van de extensie Token Extractor
Download Token Extractor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Token Extractor |
ID | fodjlahkdpmcpdppcgmmbnifokncelcn |
Officiële URL | https://chromewebstore.google.com/detail/token-extractor/fodjlahkdpmcpdppcgmmbnifokncelcn |
Beschrijving | Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub |
Bestandsgrootte | 187 KB |
Aantal Installaties | 222 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-05-03 |
Publicatiedatum | 2023-05-03 |
Ontwikkelaar | https://ghaph.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |