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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}