https://github.com/1vpn/browser_extension
1VPN Browser Extension
https://github.com/1vpn/browser_extension
browser-extension chrome-extension edge-extension extension firefox-addon javascript proxy react vpn
Last synced: 2 months ago
JSON representation
1VPN Browser Extension
- Host: GitHub
- URL: https://github.com/1vpn/browser_extension
- Owner: 1vpn
- License: gpl-3.0
- Created: 2025-03-18T18:34:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-18T22:19:54.000Z (2 months ago)
- Last Synced: 2026-04-18T22:23:14.243Z (2 months ago)
- Topics: browser-extension, chrome-extension, edge-extension, extension, firefox-addon, javascript, proxy, react, vpn
- Language: JavaScript
- Homepage: https://1vpn.org
- Size: 4.38 MB
- Stars: 37
- Watchers: 0
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 1VPN Browser Extension
The 1VPN browser extension changes your IP address by routing your browser's internet traffic through one of our secure servers. 1VPN can be used to access region-restricted content, prevent ISPs and network administrators from knowing which websites you visit, bypass internet censorship, and protect against IP address-based tracking.
## Downloads
Chrome Download: https://chromewebstore.google.com/detail/akcocjjpkmlniicdeemdceeajlmoabhg
Edge Download: https://microsoftedge.microsoft.com/addons/detail/dalhgafbhpdolibignjckpmiejgfddjp
Firefox Download: https://addons.mozilla.org/en-US/firefox/addon/1vpn
## Manual Installation (ZIP)
### Chrome / Edge
1. Download the zip for your browser from the [releases page](https://github.com/1vpn/browser_extension/releases).
2. Unzip it.
3. Go to `chrome://extensions` (or `edge://extensions`).
4. Enable **Developer mode** (toggle in the top right).
5. Click **Load unpacked** and select the unzipped folder.
### Firefox
1. Download the Firefox zip from the [releases page](https://github.com/1vpn/browser_extension/releases).
2. Unzip it.
3. Go to `about:debugging#/runtime/this-firefox`.
4. Click **Load Temporary Add-on**.
5. Select any file inside the unzipped folder.
## Development Commands
Build extension:
```bash
yarn build-chrome # Build Chrome extension
yarn build-edge # Build Edge extension
yarn build-firefox # Build Firefox extension
```
Start development server:
```bash
yarn start-chrome # Start Chrome development server
yarn start-edge # Start Edge development server
yarn start-firefox # Start Firefox development server
```
Other commands:
```bash
yarn prettier # Format code with Prettier
yarn test # Run Playwright tests
```