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.
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
- Download the zip for your browser from the releases page.
- Unzip it.
- Go to
chrome://extensions(oredge://extensions). - Enable Developer mode (toggle in the top right).
- Click Load unpacked and select the unzipped folder.
- Download the Firefox zip from the releases page.
- Unzip it.
- Go to
about:debugging#/runtime/this-firefox. - Click Load Temporary Add-on.
- Select any file inside the unzipped folder.
Build extension:
yarn build-chrome # Build Chrome extension
yarn build-edge # Build Edge extension
yarn build-firefox # Build Firefox extensionStart development server:
yarn start-chrome # Start Chrome development server
yarn start-edge # Start Edge development server
yarn start-firefox # Start Firefox development serverOther commands:
yarn prettier # Format code with Prettier
yarn test # Run Playwright tests