Token Extractor

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

Co to jest Token Extractor?

Token Extractor to rozszerzenie Chrome opracowane przez https://ghaph.com, a jego główną funkcją jest „Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Token Extractor

Pobierz pliki rozszerzeń Token Extractor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Token Extractor Token Extractor
ID fodjlahkdpmcpdppcgmmbnifokncelcn
Oficjalny URL https://chromewebstore.google.com/detail/token-extractor/fodjlahkdpmcpdppcgmmbnifokncelcn
Opis Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub
Rozmiar pliku 187 KB
Liczba instalacji 222
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-05-03
Data Publikacji 2023-05-03
Deweloper https://ghaph.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}