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
Eメール [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"
    }
}