attoVPN
attoVPN is a nice and simple VPN.
什么是attoVPN?
attoVPN是由Brahma Sharma开发的Chrome扩展程序,该扩展的主要功能是“attoVPN is a nice and simple VPN.”。
扩展截图
下载attoVPN扩展crx文件
下载attoVPN扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | bjabnmkjdfdhpcegibkdoolipmagdilg |
官方URL | https://chrome.google.com/webstore/detail/attovpn/bjabnmkjdfdhpcegibkdoolipmagdilg |
简介 | attoVPN is a nice and simple VPN. |
文件大小 | 48.24 KB |
安装次数 | 25 |
当前版本 | 0.0.1 |
更新时间 | 2021-07-09 |
上架时间 | 2021-07-07 |
评分 | 1.00/5 共2次评分 |
开发者 | Brahma Sharma |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |