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 là gì?

Access Token Grabber là một tiện ích mở rộng Chrome được phát triển bởi herren.io, và tính năng chính của nó là "Grab an access token of a web request quickly and waste no more time finding it in dev-tools".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Access Token Grabber

Tải xuống các tệp mở rộng Access Token Grabber dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Access Token Grabber Access Token Grabber
ID dmdogmnoogmaabbeemfjolaohpimiiif
URL Chính Thức https://chromewebstore.google.com/detail/access-token-grabber/dmdogmnoogmaabbeemfjolaohpimiiif
Mô tả Grab an access token of a web request quickly and waste no more time finding it in dev-tools
Kích Thước Tệp 689 KB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-03-19
Ngày Phát Hành 2023-03-19
Nhà Phát Triển herren.io
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}