attoVPN

attoVPN is a nice and simple VPN.

ما هو attoVPN؟

attoVPN هو إضافة Chrome تم تطويرها بواسطة Brahma Sharma، والميزة الرئيسية لها هي "attoVPN is a nice and simple VPN.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة attoVPN

قم بتنزيل ملفات الامتداد attoVPN بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم attoVPN attoVPN
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"
    ]
}