attoVPN
attoVPN is a nice and simple VPN.
What is attoVPN?
attoVPN is a Chrome extension developed by Brahma Sharma, and its main feature is "attoVPN is a nice and simple VPN.".
Extension Screenshots
Download attoVPN Extension CRX File
Download attoVPN extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
See websites that are blocked with attoVPN. attoVPN is easily one of the best free VPNs out there. Features: ✔Unrestricts sites ✔Easy interface ✔Hides your IP address ✔No ads Why install it? attoVPN has no sign up forms, no payment forms, no data collection, just a privacy protector.
Extension Basic Information
Name | |
ID | bjabnmkjdfdhpcegibkdoolipmagdilg |
Official URL | https://chrome.google.com/webstore/detail/attovpn/bjabnmkjdfdhpcegibkdoolipmagdilg |
Description | attoVPN is a nice and simple VPN. |
File Size | 48.24 KB |
Installation Count | 25 |
Current Version | 0.0.1 |
Last Updated | 2021-07-09 |
Publish Date | 2021-07-07 |
Rating | 1.00/5 Total 2 Ratings |
Developer | Brahma Sharma |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "attoVPN", "version": "0.0.1", "manifest_version": 2, "description": "attoVPN is a nice and simple VPN.", "homepage_url": "http:\/\/blank.org", "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_title": "attovpn", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "tabs" ] } |