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.

satDeveloper Tools★ Featured
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 snapshots

Tracking since Apr 23, 2026.

512.92484.5456.08Apr 23, 2026Jun 12, 2026
View as table
DateUsersRatingReviewsVersion
Apr 23, 20264701.0010.1.4
Apr 28, 20265091.0010.2.0
May 8, 20264901.0010.2.0
May 11, 20264711.0010.2.0
May 15, 20264601.0010.2.0
May 19, 20264711.0010.3.0
May 24, 20264741.0010.3.2
May 29, 20264721.0010.3.2
Jun 3, 20264831.0010.3.2
Jun 7, 20265001.0010.3.2
Jun 12, 20264751.0010.3.2
Now4801.0010.3.2

Changelog

  • May 15, 2026
    description
    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, 2026
    permissions
    identity, clipboardWrite, sidePanel
    identity, clipboardWrite, sidePanel, scripting
  • Apr 23, 2026
    description
    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, 2026
    permissions
    identity, clipboardWrite
    identity, clipboardWrite, sidePanel

Permissions & access

Permissions
identityclipboardWritesidePanelscripting
Host access
<all_urls>

Screenshots

Simple OAuth2 Client screenshot 1

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.

Data sourced from the Chrome Web Store · last verified Jun 12, 2026.