Token Extractor

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

Token Extractor là gì?

Token Extractor là một tiện ích mở rộng Chrome được phát triển bởi https://ghaph.com, và tính năng chính của nó là "Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Token Extractor

Tải xuống các tệp mở rộng Token Extractor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Token Extractor Token Extractor
ID fodjlahkdpmcpdppcgmmbnifokncelcn
URL Chính Thức https://chromewebstore.google.com/detail/token-extractor/fodjlahkdpmcpdppcgmmbnifokncelcn
Mô tả Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub
Kích Thước Tệp 187 KB
Số Lần Cài Đặt 222
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-05-03
Ngày Phát Hành 2023-05-03
Nhà Phát Triển https://ghaph.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}