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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}