Access Token Grabber

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

What is Access Token Grabber?

Access Token Grabber is a Chrome extension developed by herren.io, and its main feature is "Grab an access token of a web request quickly and waste no more time finding it in dev-tools".

Extension Screenshots

screenshot
screenshot

Download Access Token Grabber Extension CRX File

Download Access Token Grabber extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Access Token Grabber Access Token Grabber
ID dmdogmnoogmaabbeemfjolaohpimiiif
Official URL https://chromewebstore.google.com/detail/access-token-grabber/dmdogmnoogmaabbeemfjolaohpimiiif
Description Grab an access token of a web request quickly and waste no more time finding it in dev-tools
File Size 689 KB
Installation Count 96
Current Version 1.0
Last Updated 2023-03-19
Publish Date 2023-03-19
Developer herren.io
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}