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 |
Eメール | [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\/" ] } |