Token Extractor
Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub
Token Extractor क्या है?
Token Extractor https://ghaph.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Token Extractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/" ] } |