This Chrome extension searches the current tab's local and session storage for a JWT token and copies it to the clipboard.
- Download the
Copy Token
folder. - Open Chrome and navigate to
chrome://extensions/
. (or any other chromium browser) - Enable "Developer mode" in the top-right corner.
- Click "Load unpacked" and select the
Copy Token
folder.
- Right-click on any page.
- Select "Copy JWT Token" from the context menu.
- If a JWT token is found, it will be copied to your clipboard.
manifest.json
: Defines the extension metadata and permissions.background.js
: Handles context menu creation and script injection.content.js
: Searches storage and copies the JWT token to the clipboard.README.md
: Provides setup instructions.