Access Token Grabber

Grab an access token of a web request quickly and waste no more time finding it in dev-tools

ما هو Access Token Grabber؟

Access Token Grabber هو إضافة Chrome تم تطويرها بواسطة herren.io، والميزة الرئيسية لها هي "Grab an access token of a web request quickly and waste no more time finding it in dev-tools".

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

screenshot
screenshot

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

قم بتنزيل ملفات الامتداد Access Token Grabber بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Introducing the fastest way to get your web request access token - say goodbye to wasting time searching through dev-tools! This extension simplifies the process, allowing you to grab your access token quickly and easily                    

معلومات أساسية عن التمديد

الاسم Access Token Grabber Access Token Grabber
ID dmdogmnoogmaabbeemfjolaohpimiiif
عنوان URL الرسمي https://chromewebstore.google.com/detail/access-token-grabber/dmdogmnoogmaabbeemfjolaohpimiiif
الوصف Grab an access token of a web request quickly and waste no more time finding it in dev-tools
حجم الملف 689 KB
عدد التثبيتات 96
النسخة الحالية 1.0
آخر تحديث 2023-03-19
تاريخ النشر 2023-03-19
المطور herren.io
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Access Token Grabber",
    "description": "Grab an access token of a web request quickly and waste no more time finding it in dev-tools",
    "version": "1.0",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "webRequest",
        "storage",
        "clipboardWrite"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}