Simple OAuth2 Client
A simple OAuth2 client chrome extension to get access token via authorization code flow for development usage
As of June 2026, Simple OAuth2 Client has 480 users and a 1.00/5 rating from 1 reviews in the Developer Tools category.
Usersup 2.1 percent+2.1%
480
480
Ratingno change0%
1.00
1 reviews
Reviewsno change0%
1
Version
0.3.2
Manifest V3
90-day change · In the last 90 days this extension 3 version updates, changed permissions.
History
11 snapshotsTracking since Apr 23, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 23, 2026 | 470 | 1.00 | 1 | 0.1.4 |
| Apr 28, 2026 | 509 | 1.00 | 1 | 0.2.0 |
| May 8, 2026 | 490 | 1.00 | 1 | 0.2.0 |
| May 11, 2026 | 471 | 1.00 | 1 | 0.2.0 |
| May 15, 2026 | 460 | 1.00 | 1 | 0.2.0 |
| May 19, 2026 | 471 | 1.00 | 1 | 0.3.0 |
| May 24, 2026 | 474 | 1.00 | 1 | 0.3.2 |
| May 29, 2026 | 472 | 1.00 | 1 | 0.3.2 |
| Jun 3, 2026 | 483 | 1.00 | 1 | 0.3.2 |
| Jun 7, 2026 | 500 | 1.00 | 1 | 0.3.2 |
| Jun 12, 2026 | 475 | 1.00 | 1 | 0.3.2 |
| Now | 480 | 1.00 | 1 | 0.3.2 |
Changelog
- May 15, 2026description
With this extension, you can get an access token without prepare an application or server to catch for OAuth2 redirection. --------- Usage --------- - Click extension icon to open SidePanel (or Open developer tools and select Simple OAuth2 Client tab) - Fill each config sections - Copy "redirect_uri" from Client Config section and paste it to "Redirect URIs" in your OAuth2 app setting page - Click "Start Auth" button ----------------- How it works ----------------- 1. By clicking StartAuth button, the extension open authorization url with required params. 2. You will be asked to sign-in to that platform and to allow access to scopes you input. 3. Then Chrome accesses "redirect_uri" but not really open. By using launchWebAuthFlow API in Chrome your redirect securely catch by chrome themselves. 4. The extension get authorization code and exchange it to access token and show it to you! --------------------------- Supported Features --------------------------- - Specify any url for authorization and token endpoint - Public and confidential client - PKCE(S256 and plain) and non-PKCE request - Authorization Header and Body Parameter for token request authorization
With this extension, you can get an access token without prepare an application or server to catch for OAuth2 redirection. ----------- Usage ----------- 1. Click the extension icon to open the Side Panel (or open DevTools and select the "Simple OAuth2 Client" tab) 2. Fill in each config section — or let AI Assist auto-detect values from the page 3. Copy the redirect_uri from the Client Config section and register it in your OAuth2 app settings 4. Click "Start Auth" ----------------- How it works ----------------- 1. By clicking StartAuth button, the extension open authorization url with required params. 2. You will be asked to sign-in to that platform and to allow access to scopes you input. 3. Then Chrome accesses "redirect_uri" but not really open. By using launchWebAuthFlow API in Chrome your redirect securely catch by chrome themselves. 4. The extension get authorization code and exchange it to access token and show it to you! --------------------------- Supported Features --------------------------- - Specify any url for authorization and token endpoint - Public and confidential client - PKCE(S256 and plain) and non-PKCE request - Authorization Header and Body Parameter for token request authorization - AI Assist: automatically detects OAuth settings (client ID, scopes, endpoints) from the current page using Chrome's built-in AI
- May 15, 2026permissions
identity, clipboardWrite, sidePanel
identity, clipboardWrite, sidePanel, scripting
- Apr 23, 2026description
With this extension, you can get an access token without prepare an application or server to catch for OAuth2 redirection. --------- Usage --------- - Open developer tools - Click the Simple OAuth2 Client tab - Fill each config sections - Copy "redirect_uri" from Client Config section and paste it to "Redirect URIs" in your OAuth2 app setting page - Click "Start Auth" button ----------------- How it works ----------------- 1. By clicking StartAuth button, the extension open authorization url with required params. 2. You will be asked to sign-in to that platform and to allow access to scopes you input. 3. Then Chrome accesses "redirect_uri" but not really open. By using launchWebAuthFlow API in Chrome your redirect securely catch by chrome themselves. 4. The extension get authorization code and exchange it to access token and show it to you! --------------------------- Supported Features --------------------------- - Specify any url for authorization and token endpoint - Public and confidential client - PKCE(S256 and plain) and non-PKCE request - Authorization Header and Body Parameter for token request authorization
With this extension, you can get an access token without prepare an application or server to catch for OAuth2 redirection. --------- Usage --------- - Click extension icon to open SidePanel (or Open developer tools and select Simple OAuth2 Client tab) - Fill each config sections - Copy "redirect_uri" from Client Config section and paste it to "Redirect URIs" in your OAuth2 app setting page - Click "Start Auth" button ----------------- How it works ----------------- 1. By clicking StartAuth button, the extension open authorization url with required params. 2. You will be asked to sign-in to that platform and to allow access to scopes you input. 3. Then Chrome accesses "redirect_uri" but not really open. By using launchWebAuthFlow API in Chrome your redirect securely catch by chrome themselves. 4. The extension get authorization code and exchange it to access token and show it to you! --------------------------- Supported Features --------------------------- - Specify any url for authorization and token endpoint - Public and confidential client - PKCE(S256 and plain) and non-PKCE request - Authorization Header and Body Parameter for token request authorization
- Apr 23, 2026permissions
identity, clipboardWrite
identity, clipboardWrite, sidePanel
Permissions & access
- Permissions
- identityclipboardWritesidePanelscripting
- Host access
- <all_urls>
Screenshots
About
With this extension, you can get an access token without prepare an application or server to catch for OAuth2 redirection. ----------- Usage ----------- 1. Click the extension icon to open the Side Panel (or open DevTools and select the "Simple OAuth2 Client" tab) 2. Fill in each config section — or let AI Assist auto-detect values from the page 3. Copy the redirect_uri from the Client Config section and register it in your OAuth2 app settings 4. Click "Start Auth" ----------------- How it works ----------------- 1. By clicking StartAuth button, the extension open authorization url with required params. 2. You will be asked to sign-in to that platform and to allow access to scopes you input. 3. Then Chrome accesses "redirect_uri" but not really open. By using launchWebAuthFlow API in Chrome your redirect securely catch by chrome themselves. 4. The extension get authorization code and exchange it to access token and show it to you! --------------------------- Supported Features --------------------------- - Specify any url for authorization and token endpoint - Public and confidential client - PKCE(S256 and plain) and non-PKCE request - Authorization Header and Body Parameter for token request authorization - AI Assist: automatically detects OAuth settings (client ID, scopes, endpoints) from the current page using Chrome's built-in AI
Technical
- Version
- 0.3.2
- Manifest
- V3
- Size
- 69.39KiB
- Min Chrome
- 114
- Languages
- 1
- Featured
- Yes
Metadata
- ID
- bmcbmjlmbpndabffoeejkfaknnknioej
- Developer ID
- u3557fb2d853f1c7cdc0490ac3a04b89a
- Developer Email
- [email protected]
- Created
- Jan 11, 2023
- Last Updated (Store)
- May 16, 2026
- Last Scraped
- Jun 12, 2026
- Website
- —
- Support URL
- —
- Privacy Policy
- —
Similar extensions
Alternatives to Simple OAuth2 Client, ranked by description similarity.
Access Token Grabber
Access Token Grabber - One‑click JWT tokens from Dev-Tools for faster API testing (Open-source)
1.0K
★ 3.8
RedirectPilot: OAuth
Redirect OAuth callback navigation from domains to local URLs.
10
★ 5.0
Google Labs & Sora Token Extractor
Extracts session tokens from Google Labs and Sora.
1.0K
Manual OAuth Code Catcher
Developer tool for capturing OAuth authorization codes from local redirect URIs during out-of-band OAuth flows.
7
Easy Token - Copy Web Tokens
One-click copy tokens from web pages. Extract from localStorage, URL parameters, form inputs, and more.
14
Profile Auth Keeper
Automatically re-authenticates your Chrome profile when Google sign-in expires
4
★ 5.0
Connect Live Frontend To Local Server
This extension enables seamless connection between your local server and a live frontend by redirecting APIs.
157
★ 4.9
OpenID Connect Helper
Automate the OpenID Connect playground
104
Data sourced from the Chrome Web Store · last verified Jun 12, 2026.