Access Token Grabber

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

Wat is Access Token Grabber?

Access Token Grabber is een Chrome-extensie ontwikkeld door herren.io, en de belangrijkste functie is "Grab an access token of a web request quickly and waste no more time finding it in dev-tools".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Access Token Grabber

Download Access Token Grabber-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Access Token Grabber Access Token Grabber
ID dmdogmnoogmaabbeemfjolaohpimiiif
Officiële URL https://chromewebstore.google.com/detail/access-token-grabber/dmdogmnoogmaabbeemfjolaohpimiiif
Beschrijving Grab an access token of a web request quickly and waste no more time finding it in dev-tools
Bestandsgrootte 689 KB
Aantal Installaties 96
Huidige Versie 1.0
Laatst Bijgewerkt 2023-03-19
Publicatiedatum 2023-03-19
Ontwikkelaar herren.io
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}