Access Token Grabber

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

Apa itu Access Token Grabber?

Access Token Grabber adalah ekstensi Chrome yang dikembangkan oleh herren.io, dan fitur utamanya adalah "Grab an access token of a web request quickly and waste no more time finding it in dev-tools".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Access Token Grabber

Unduh file ekstensi Access Token Grabber dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Access Token Grabber Access Token Grabber
ID dmdogmnoogmaabbeemfjolaohpimiiif
URL Resmi https://chromewebstore.google.com/detail/access-token-grabber/dmdogmnoogmaabbeemfjolaohpimiiif
Deskripsi Grab an access token of a web request quickly and waste no more time finding it in dev-tools
Ukuran File 689 KB
Jumlah Instalasi 96
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-03-19
Tanggal Publikasi 2023-03-19
Pengembang herren.io
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}