Private Internet Access

Defeat censorship, unblock any website and access the open Internet the way it was meant to be with Private Internet Access®

Что такое Private Internet Access?

Private Internet Access - это расширение Chrome, разработанное Private Internet Access, и его основная функция - "Defeat censorship, unblock any website and access the open Internet the way it was meant to be with Private Internet Access®".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Private Internet Access

Скачайте файлы расширений Private Internet Access в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Defeat censorship, unblock any website, and access the open Internet as it was meant to be with the Private Internet Access® Proxy Chrome extension.

Protect your privacy with Private Internet Access®, the world’s leading VPN and secure proxy service for Chrome users. PIA Chrome Extension enables users to encrypt their network traffic and stay protected when online, as well as allowing customers to change their location. Add privacy and security to private and public networks when you access the Internet at WiFi hotspots. All you have to do is install the Chrome extension, log in with your Private Internet Access subscription credentials, flip the on switch, and you’ll be protected.

The Private Internet Access Chrome extension features:

  - WebRTC blocking
  - Sort gateways by latency
  - Website URL whitelist
  - Easy on/off switch

Private Internet Access features:

  - IP Cloaking. Your IP address will be changed to a Private Internet Access IP address to hide your identity and location. Hide your IP address to stop data trackers, snoopers, and hackers from tracking your real browsing and search activity. Changing your IP address allows you to blend in with the crowd. Choose from 45 locations in 28 countries to tunnel your traffic through.

  - Data Encryption. Get Public WiFi security in hotspots, coffee shops, cafes, hotels, and airports. Without encryption, your data can be as available as public TV. Our trusted VPN and secure proxy service creates several security layers which protect you and prevent access to your data.

  - Internet Access. Access blocked or censored websites. Unlock your favorite sites from anywhere.

Why should you use the Private Internet Access secure proxy and Chrome extension?

 -  We lead the industry with our low price. Private Internet Access only costs $3.33 per month if you purchase a yearly account (39.95/year) or $6.95 monthly.

 -  We have been a reliable and trusted VPN and secure proxy provider since 2010 and have a proven no-log policy.

 -  We truly believe in your privacy because: “Privacy is our Policy.” Here at PIA, we not only provide a great VPN service at a low price, but we also support organizations like the Electronic Frontier Foundation, FightForTheFuture, and many others.

Sign up for Private Internet Access today and enjoy:

- High speed 
- Unlimited bandwidth 
- 5 devices connected simultaneously
- No traffic logs 
- 24/7 customers support

Editorial Reviews:

Private Internet Access VPN has been featured in Wired, PC Magazine, HowToGeek, Lifehacker, Business Insider, TorrentFreak, and more!

"Private Internet Access, one of Lifehacker readers' favorite VPN service providers, makes it easy to surf privately and securely from anywhere." – Lifehacker.com

"There have been several Editors' Choice VPN services recently, as one product tops the next, but Private Internet Access out-performs and out-features the competition. With 4.5 stars, Private Internet Access sets the bar high and is truly the Editors' Choice, trumping all our previous favorites." -- PC Magazine

“When shopping for a VPN service, it is recommended to find a service that does not log its customers’ traffic and prevents an anonymity-unmasking issue known as IPv6 leakage. Private Internet Access carries that level of security.” – Wired.com

“To that end, we highly recommend Private Internet Access- a great VPN provider that we’re not only recommended before, but use ourselves.” – HowToGeek.com

About Private Internet Access:

Private Internet Access (PIA) is the world's leading no-log VPN service provider. PIA has over 3,200 servers in 24 countries that provide reliable, encrypted VPN tunnel gateways for whatever the use case. Please visit their website at https://www.privateinternetaccess.com for more information.

Interact with us on social media:

Twitter: https://twitter.com/buyvpnservice

Facebook: https://www.facebook.com/privateinternetaccess/

Youtube: https://www.youtube.com/user/vpnservice


Support: https://www.privateinternetaccess.com/helpdesk/                    

Основная информация о расширении

Название Private Internet Access Private Internet Access
ID jplnlifepflhkbkgonidnobkakhmpnmh
Официальный URL https://chromewebstore.google.com/detail/private-internet-access/jplnlifepflhkbkgonidnobkakhmpnmh
Описание Defeat censorship, unblock any website and access the open Internet the way it was meant to be with Private Internet Access®
Размер файла 2.66 MB
Количество установок 292,376
Текущая Версия 3.2.0
Последнее Обновление 2023-07-19
Дата публикации 2020-06-30
Рейтинг 3.43/5 Всего 583 оценок
Разработчик Private Internet Access
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.privateinternetaccess.com/pages/buy-vpn/PIACHROME
URL страницы помощи https://www.privateinternetaccess.com/helpdesk/
URL страницы политики конфиденциальности https://www.privateinternetaccess.com/pages/privacy-policy
Поддерживаемые языки de,en,fr,nl,tr,da,es,it,pl,pt-BR,ru,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Private Internet Access",
    "description": "Defeat censorship, unblock any website and access the open Internet the way it was meant to be with Private Internet Access\u00ae",
    "version": "3.2.0",
    "default_locale": "en",
    "homepage_url": "https:\/\/privateinternetaccess.com",
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/loader_16.png",
            "32": "images\/icons\/loader_32.png",
            "48": "images\/icons\/loader_48.png",
            "64": "images\/icons\/loader_64.png",
            "128": "images\/icons\/loader_128.png"
        },
        "default_popup": "html\/foreground.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "proxy",
        "privacy",
        "contentSettings",
        "alarms",
        "background",
        "downloads",
        ""
    ],
    "icons": {
        "16": "images\/icons\/icon16.png",
        "32": "images\/icons\/icon32.png",
        "48": "images\/icons\/icon48.png",
        "64": "images\/icons\/icon64.png",
        "128": "images\/icons\/icon128.png"
    }
}