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 |
官方網址 | 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" ] } |