Token Extractor

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

ما هو Token Extractor؟

Token Extractor هو إضافة Chrome تم تطويرها بواسطة https://ghaph.com، والميزة الرئيسية لها هي "Easily retrieve tokens from Twitter, Discord, Soundcloud, Twitch and GitHub".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Token Extractor

قم بتنزيل ملفات الامتداد Token Extractor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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\/"
    ]
}