Access Token Grabber

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

Co je Access Token Grabber?

Access Token Grabber je rozšíření Chrome vyvinuté herren.io, a jeho hlavní funkcí je „Grab an access token of a web request quickly and waste no more time finding it in dev-tools“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Access Token Grabber

Stáhněte si soubory rozšíření Access Token Grabber ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Access Token Grabber Access Token Grabber
ID dmdogmnoogmaabbeemfjolaohpimiiif
Oficiální URL https://chromewebstore.google.com/detail/access-token-grabber/dmdogmnoogmaabbeemfjolaohpimiiif
Popis Grab an access token of a web request quickly and waste no more time finding it in dev-tools
Velikost souboru 689 KB
Počet instalací 96
Aktuální Verze 1.0
Poslední Aktualizace 2023-03-19
Datum Vydání 2023-03-19
Vývojář herren.io
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}