Token Extractor

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

What is Token Extractor?

Token Extractor is a Chrome extension developed by https://ghaph.com, and its main feature is "Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub".

Extension Screenshots

screenshot
screenshot

Download Token Extractor Extension CRX File

Download Token Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Token Extractor Token Extractor
ID fodjlahkdpmcpdppcgmmbnifokncelcn
Official URL https://chromewebstore.google.com/detail/token-extractor/fodjlahkdpmcpdppcgmmbnifokncelcn
Description Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub
File Size 187 KB
Installation Count 222
Current Version 1.0
Last Updated 2023-05-03
Publish Date 2023-05-03
Developer https://ghaph.com
Email [email protected]
Payment Type free
Supported Languages 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\/"
    ]
}