Method (Chrome / Edge / Firefox):
1. Open kick.com and make sure you're logged in.
2. Press F12 to open DevTools.
3. Click the Network tab.
4. Reload the page or click anywhere on Kick.
5. In the filter box type api/v2.
6. Click any request in the list.
7. In the Headers panel find Authorization.
8. Copy the value after the word Bearer — paste it into the token field.
Why not "Login with Kick"?
Kick's official OAuth requires a registered app with a server-side redirect URI. A local HTML file cannot receive the OAuth callback, so the manual token method is the only option for this tool.