Access Token Grabber

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

什么是Access Token Grabber?

Access Token Grabber是由herren.io开发的Chrome扩展程序,该扩展的主要功能是“Grab an access token of a web request quickly and waste no more time finding it in dev-tools”。

扩展截图

screenshot
screenshot

下载Access Token Grabber扩展crx文件

下载Access Token Grabber扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Access Token Grabber Access Token Grabber
ID dmdogmnoogmaabbeemfjolaohpimiiif
官方URL https://chromewebstore.google.com/detail/access-token-grabber/dmdogmnoogmaabbeemfjolaohpimiiif
简介 Grab an access token of a web request quickly and waste no more time finding it in dev-tools
文件大小 689 KB
安装次数 96
当前版本 1.0
更新时间 2023-03-19
上架时间 2023-03-19
开发者 herren.io
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}