Token Extractor

Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub

Was ist Token Extractor?

Token Extractor ist eine Chrome-Erweiterung, die von https://ghaph.com entwickelt wurde, und ihr Hauptmerkmal ist "Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub".

Erweiterungsscreenshots

screenshot
screenshot

Token Extractor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Token Extractor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Token Extractor Token Extractor
ID fodjlahkdpmcpdppcgmmbnifokncelcn
Offizielle URL https://chromewebstore.google.com/detail/token-extractor/fodjlahkdpmcpdppcgmmbnifokncelcn
Beschreibung Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub
Dateigröße 187 KB
Installationsanzahl 222
Aktuelle Version 1.0
Letztes Update 2023-05-03
Veröffentlichungsdatum 2023-05-03
Entwickler https://ghaph.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}