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
官方網址 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"
    }
}