Access Token Grabber

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

Co to jest Access Token Grabber?

Access Token Grabber to rozszerzenie Chrome opracowane przez herren.io, a jego główną funkcją jest „Grab an access token of a web request quickly and waste no more time finding it in dev-tools”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Access Token Grabber

Pobierz pliki rozszerzeń Access Token Grabber w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Access Token Grabber Access Token Grabber
ID dmdogmnoogmaabbeemfjolaohpimiiif
Oficjalny URL https://chromewebstore.google.com/detail/access-token-grabber/dmdogmnoogmaabbeemfjolaohpimiiif
Opis Grab an access token of a web request quickly and waste no more time finding it in dev-tools
Rozmiar pliku 689 KB
Liczba instalacji 96
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-03-19
Data Publikacji 2023-03-19
Deweloper herren.io
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}