copy-jwt

Search jwt token in local storage and copy to clipboard

What is copy-jwt?

copy-jwt is a Chrome extension developed by bianucci, and its main feature is "Search jwt token in local storage and copy to clipboard".

Extension Screenshots

screenshot

Download copy-jwt Extension CRX File

Download copy-jwt extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Visit website which contains JWT token in local storage and click extension button (key icon).

If a single token was found it is copied directly into the clipboard.

If multiple tokens were found you can select which one you would like to copy.

https://github.com/bianucci/copy-jwt                    

Extension Basic Information

Name copy-jwt copy-jwt
ID mnmgmnigoeabimncikdolaekjmfeeghi
Official URL https://chromewebstore.google.com/detail/copy-jwt/mnmgmnigoeabimncikdolaekjmfeeghi
Description Search jwt token in local storage and copy to clipboard
File Size 17.63 KB
Installation Count 49
Current Version 0.4.1
Last Updated 2023-03-18
Publish Date 2022-08-07
Developer bianucci
Email [email protected]
Payment Type free
Extension Website https://github.com/bianucci/copy-jwt
Help Page URL https://github.com/bianucci/copy-jwt/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "copy-jwt",
    "description": "Search jwt token in local storage and copy to clipboard",
    "version": "0.4.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": [],
    "icons": {
        "16": "\/images\/key-16.png",
        "32": "\/images\/key-32.png",
        "48": "\/images\/key-48.png",
        "128": "\/images\/key-128.png"
    }
}