Overview
PalanK Browser Relay is a lightweight Chrome extension that connects your browser tabs to PalanK Agent. It uses Chrome’s built-in debugging protocol (CDP) to enable AI-powered browser automation.The extension only activates on tabs you explicitly attach. Your browsing history and data are never collected.
Installation
Chrome Web Store (Recommended)
Install from Chrome Web Store
One-click installation with automatic updates
Manual Installation (Developer Mode)
For testing or development purposes:1
Download Extension
Download the extension files from GitHub releases.
2
Open Extensions Page
Navigate to
chrome://extensions in Chrome.3
Enable Developer Mode
Toggle “Developer mode” in the top right corner.
4
Load Extension
Click “Load unpacked” and select the extension folder.
Usage
Attaching a Tab
- Navigate to the webpage you want to control
- Click the PalanK Browser Relay icon in the toolbar
- Wait for the badge to show “ON”
Detaching a Tab
Click the extension icon again to disconnect. The badge will disappear.Badge Status
Configuration
Changing Relay Port
If you’ve configured PalanK to use a different port:- Right-click the extension icon → Options
- Enter the new port number
- Click Save
Default port is
18792. Only change this if you’ve modified PalanK’s CDP settings.How It Works
Permissions
The extension requires these permissions:All communication stays on
127.0.0.1 (localhost). No data is sent to external servers.Limitations
The extension cannot control:- Chrome internal pages (
chrome://,edge://) - Chrome Web Store pages
- Other extensions’ pages
- PDF viewer
Troubleshooting
Relay not reachable
Relay not reachable
Make sure PalanK Desktop app is running. The extension needs the local gateway server to function.
Extension stops working after Chrome update
Extension stops working after Chrome update
Go to
chrome://extensions, disable and re-enable the extension.Page not responding to commands
Page not responding to commands
Some pages with strict Content Security Policy may limit functionality. Try refreshing the page after attaching.