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

Wat is Stark VPN - Unlimited VPN Proxy?

Stark VPN - Unlimited VPN Proxy is een Chrome-extensie ontwikkeld door Stark VPN, en de belangrijkste functie is "Full access to any web sites. Built-in ad blocker. All this in one click, free and unlimited with Stark VPN".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Stark VPN - Unlimited VPN Proxy

Download Stark VPN - Unlimited VPN Proxy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Stark VPN - Unlimited VPN Proxy Stark VPN - Unlimited VPN Proxy
ID onfbdcochddeofkfdjahmpmefpilbjpb
Officiële URL https://chromewebstore.google.com/detail/stark-vpn-unlimited-vpn-p/onfbdcochddeofkfdjahmpmefpilbjpb
Beschrijving Full access to any web sites. Built-in ad blocker. All this in one click, free and unlimited with Stark VPN
Bestandsgrootte 2.45 MB
Aantal Installaties 4,507
Huidige Versie 1.0.2
Laatst Bijgewerkt 2022-01-25
Publicatiedatum 2022-01-24
Beoordeling 2.50/5 Totaal 14 Beoordelingen
Ontwikkelaar Stark VPN
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/starkvpn/home
Ondersteunde Talen 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\/*"
    ]
}