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”。
扩展截图
下载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 |
ID | fodjlahkdpmcpdppcgmmbnifokncelcn |
官方URL | 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\/" ] } |