Skip to content

urnetwork/chrome

Repository files navigation

URnetwork Proxy Chrome Extension

A Chrome extension for managing URnetwork proxy connections.

Features

  • 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

Development Setup

Prerequisites

  • Node.js (v14 or higher)
  • npm (v6 or higher)
  • Chrome browser

Installation

  1. Clone the repository
  2. Install dependencies:
npm install

Building the Extension

Build the extension:

npm run build

The built extension will be in the dist directory.

Loading in Chrome

  1. Open Chrome and go to chrome://extensions/
  2. Enable "Developer mode" in the top right corner
  3. Click "Load unpacked"
  4. Navigate to and select the dist folder in your project directory
  5. The extension should now appear in your Chrome toolbar

Development

For development with hot reload:

npm run dev

Note: After making changes, you may need to click the refresh button on the extension card in chrome://extensions/ to see the updates.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors