Stark VPN - Unlimited VPN Proxy

Full access to any web sites. Built-in ad blocker. All this in one click, free and unlimited with Stark VPN

Что такое Stark VPN - Unlimited VPN Proxy?

Stark VPN - Unlimited VPN Proxy - это расширение Chrome, разработанное Stark VPN, и его основная функция - "Full access to any web sites. Built-in ad blocker. All this in one click, free and unlimited with Stark VPN".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Stark VPN - Unlimited VPN Proxy

Скачайте файлы расширений Stark VPN - Unlimited VPN Proxy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Stark VPN is your fast and easy solution for navigating a truly open internet. Bypass restrictions and censorship from hundreds of locations around the globe, all while staying private and secure. We’ll make your real IP address disappear so that your online activity can’t be tracked.

Top 5 Reasons to Choose Stark VPN:

Access Content
Movies, TV shows or sporting events; Stark VPN allows you instant & unrestricted access to your favorite content.

Security & Anonymity
Your privacy is guaranteed with our anonymous VPN IPs, military-grade encryption, and global network of VPN servers.

Fast Speed
A drop in speed kills the joy of everything, which is why we have dedicated high-speed VPN servers for every purpose.

Built-in AD Blocker
Browse the internet without Ads, without trackers with Stark VPN. Save your time, CPU and data now with our free VPN . 

24/7 live tech support
We’re here to help you with any question or issue. We’ll be with you in seconds, not minutes or hours.

The internet – what a wonderful place to be! Only the lack of privacy and security is ruining all the fun. We at Stark VPN believe we can help. Our engineers, system administrators, and designers have spent the last 2 years developing a tool that lets you stay safe and private while you wander the internet. Today, millions of Stark VPN users around the world click the blue Quick Connect button whenever they need online protection. Join this very private party!

Stark VPN requires following permissions:

storage: To store configuration file and current state of the extension

proxy: This permission allows Stark VPN to proxy your traffic through a server in another country and unblocks blocked websites in your area.

webRequest, webRequestBlocking, AllHosts: Stark VPN checks every web request and uses Proxy-Authorization to authorize your access to the proxy server. It also helps to detect connection errors, warns the user and ensures a good user experience.

management: To detect extensions that might affect the usage of Stark VPN and warns the user. 

privacy: Stark VPN blocking third-party cookies so that no one can use them to track user activity on the Internet.                    

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

Название Stark VPN - Unlimited VPN Proxy Stark VPN - Unlimited VPN Proxy
ID onfbdcochddeofkfdjahmpmefpilbjpb
Официальный URL https://chromewebstore.google.com/detail/stark-vpn-unlimited-vpn-p/onfbdcochddeofkfdjahmpmefpilbjpb
Описание Full access to any web sites. Built-in ad blocker. All this in one click, free and unlimited with Stark VPN
Размер файла 2.45 MB
Количество установок 4,507
Текущая Версия 1.0.2
Последнее Обновление 2022-01-25
Дата публикации 2022-01-24
Рейтинг 2.50/5 Всего 14 оценок
Разработчик Stark VPN
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://sites.google.com/view/starkvpn/home
Поддерживаемые языки id,de,en,en-GB,en-US,fr,nl,no,tr,da,et,es,it,pl,pt-BR,pt-PT,ro,fi,ru,ar,ja,ko
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "static\/assets\/icons\/status\/unavailable.png",
            "38": "static\/assets\/icons\/status\/unavailable.png"
        },
        "default_popup": "panel\/index.html",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "css": [
                "insertion\/insertion.css"
            ],
            "js": [
                "insertion\/insertion.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'none'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "static\/assets\/icons\/logo\/128.png",
        "16": "static\/assets\/icons\/logo\/16.png",
        "48": "static\/assets\/icons\/logo\/48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "storage",
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "privacy"
    ],
    "short_name": "__MSG_shortName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "web_accessible_resources": [
        "static\/assets\/*",
        "static\/assets\/fonts\/*"
    ]
}