Token Extractor

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

什麼是Token Extractor?

Token Extractor是由https://ghaph.com開發的Chrome擴展程式,該擴展的主要功能是“Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub”。

擴展截圖

screenshot
screenshot

下載Token Extractor擴展crx文件

下載Token Extractor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Token Extractor Token Extractor
ID fodjlahkdpmcpdppcgmmbnifokncelcn
官方網址 https://chromewebstore.google.com/detail/token-extractor/fodjlahkdpmcpdppcgmmbnifokncelcn
簡介 Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub
檔案大小 187 KB
安裝次數 222
目前版本 1.0
更新時間 2023-05-03
上架時間 2023-05-03
開發者 https://ghaph.com
電子郵箱 [email protected]
付費類型 free
支援的語言 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\/"
    ]
}