Privatix - Free VPN and Unlimited Proxy

Privacy Protection VPN Proxy with easy and free access. Unblock any blocked website, protect WiFi, and ensure online security.

Privatix - Free VPN and Unlimited Proxyคืออะไร?

Privatix - Free VPN and Unlimited Proxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://privatix.com และคุณลักษณะหลักของมันคือ "Privacy Protection VPN Proxy with easy and free access. Unblock any blocked website, protect WiFi, and ensure online security."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Privatix - Free VPN and Unlimited Proxy

ดาวน์โหลดไฟล์ส่วนขยาย Privatix - Free VPN and Unlimited Proxy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Privatix - free VPN Proxy extension for Chrome, allows you to access any blocked website or content and also keep your online activity safe.

Unblock any blocked websites, protect WiFi and ensure online security. Real privacy protection with free and unlimited access

THE MAIN FEATURES:
- No registration, No credit cards needed
- Free and unlimited bandwidth
- Simple and Easy, one tap connection


# Unblock content 
Some websites such as streaming videos, news publications, or social media are denied to visitors from specific countries or regions. Privatix allows you to choose your public location and access otherwise restricted content.


# Secure internet connection
When you connect to the Internet using public wifi, anyone on the same network can "sniff" and steal your data. Privatix encrypt your connection and protect you information.


# Protect identity and privacy 
Website trackers from banner ads, website analytics, and social media are like eyes following you around the internet, reporting your movements. Privatix helps you to avoid it.


~ Terms and Privacy policy ~

➥ Terms of Service: https://privatix.com/terms-of-service/
➥ Privacy Policy: https://privatix.com/privacy-policy/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Privatix - Free VPN and Unlimited Proxy Privatix - Free VPN and Unlimited Proxy
ID dpdmolbociagblhlkopalkepebeoifka
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/privatix-free-vpn-and-unl/dpdmolbociagblhlkopalkepebeoifka
คำอธิบาย Privacy Protection VPN Proxy with easy and free access. Unblock any blocked website, protect WiFi, and ensure online security.
ขนาดไฟล์ 1.63 MB
จำนวนการติดตั้ง 30,000
เวอร์ชันปัจจุบัน 0.22.33
อัปเดตครั้งล่าสุด 2020-05-28
วันที่เผยแพร่ 2020-05-28
คะแนน 3.54/5 รวมทั้งหมด 383 คะแนน
ผู้พัฒนา https://privatix.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://privatix.com
URL หน้าช่วยเหลือ https://privatix.com/contacts
URL หน้านโยบายความเป็นส่วนตัว https://temp-mail.org/privacy-policy
ภาษาที่รองรับ id,de,en,en-GB,en-US,fr,nl,vi,tr,es,es-419,it,pl,pt-BR,pt-PT,fi,sv,ru,hi,th,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Privatix",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.22.33",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com  ; object-src 'self';",
    "icons": {
        "19": "media\/icon_38.png",
        "38": "media\/icon_76.png",
        "256": "media\/icon_256.png",
        "128": "media\/icon_128.png",
        "64": "media\/icon_64.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "media\/icon_inactive_128.png",
        "default_popup": "",
        "default_title": "Privatix"
    },
    "web_accessible_resources": [
        "content_script.js"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "proxy",
        "",
        "privacy",
        "storage",
        "notifications",
        "management"
    ]
}