attoVPN
attoVPN is a nice and simple VPN.
attoVPNคืออะไร?
attoVPN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brahma Sharma และคุณลักษณะหลักของมันคือ "attoVPN is a nice and simple VPN."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย attoVPN
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |