Access Token Grabber

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

Cos'è Access Token Grabber?

Access Token Grabber è un'estensione di Chrome sviluppata da herren.io, e la sua funzione principale è "Grab an access token of a web request quickly and waste no more time finding it in dev-tools".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Access Token Grabber

Scarica i file di estensione Access Token Grabber in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Access Token Grabber Access Token Grabber
ID dmdogmnoogmaabbeemfjolaohpimiiif
URL Ufficiale https://chromewebstore.google.com/detail/access-token-grabber/dmdogmnoogmaabbeemfjolaohpimiiif
Descrizione Grab an access token of a web request quickly and waste no more time finding it in dev-tools
Dimensione del File 689 KB
Conteggio Installazioni 96
Versione Corrente 1.0
Ultimo Aggiornamento 2023-03-19
Data di Pubblicazione 2023-03-19
Sviluppatore herren.io
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}