Token Extractor

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

Cos'è Token Extractor?

Token Extractor è un'estensione di Chrome sviluppata da https://ghaph.com, e la sua funzione principale è "Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Token Extractor

Scarica i file di estensione Token Extractor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Token Extractor Token Extractor
ID fodjlahkdpmcpdppcgmmbnifokncelcn
URL Ufficiale https://chromewebstore.google.com/detail/token-extractor/fodjlahkdpmcpdppcgmmbnifokncelcn
Descrizione Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub
Dimensione del File 187 KB
Conteggio Installazioni 222
Versione Corrente 1.0
Ultimo Aggiornamento 2023-05-03
Data di Pubblicazione 2023-05-03
Sviluppatore https://ghaph.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}