attoVPN
attoVPN is a nice and simple VPN.
Apa itu attoVPN?
attoVPN adalah ekstensi Chrome yang dikembangkan oleh Brahma Sharma, dan fitur utamanya adalah "attoVPN is a nice and simple VPN.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi attoVPN
Unduh file ekstensi attoVPN dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | bjabnmkjdfdhpcegibkdoolipmagdilg |
URL Resmi | https://chrome.google.com/webstore/detail/attovpn/bjabnmkjdfdhpcegibkdoolipmagdilg |
Deskripsi | attoVPN is a nice and simple VPN. |
Ukuran File | 48.24 KB |
Jumlah Instalasi | 25 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2021-07-09 |
Tanggal Publikasi | 2021-07-07 |
Penilaian | 1.00/5 Total 2 Penilaian |
Pengembang | Brahma Sharma |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |