A Chrome extension for managing URnetwork proxy connections.
- Set proxy settings using an auth code
- Clear proxy settings
- Real-time connection statistics
- Integration with URnetwork proxy API
- Content script injection for website integration
- Node.js (v14 or higher)
- npm (v6 or higher)
- Chrome browser
- Clone the repository
- Install dependencies:
npm installBuild the extension:
npm run buildThe built extension will be in the dist directory.
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" in the top right corner
- Click "Load unpacked"
- Navigate to and select the
distfolder in your project directory - The extension should now appear in your Chrome toolbar
For development with hot reload:
npm run devNote: After making changes, you may need to click the refresh button on the extension card in chrome://extensions/ to see the updates.