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

Was ist Stark VPN - Unlimited VPN Proxy?

Stark VPN - Unlimited VPN Proxy ist eine Chrome-Erweiterung, die von Stark VPN entwickelt wurde, und ihr Hauptmerkmal ist "Full access to any web sites. Built-in ad blocker. All this in one click, free and unlimited with Stark VPN".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Stark VPN - Unlimited VPN Proxy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Stark VPN - Unlimited VPN Proxy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Stark VPN - Unlimited VPN Proxy Stark VPN - Unlimited VPN Proxy
ID onfbdcochddeofkfdjahmpmefpilbjpb
Offizielle URL https://chromewebstore.google.com/detail/stark-vpn-unlimited-vpn-p/onfbdcochddeofkfdjahmpmefpilbjpb
Beschreibung Full access to any web sites. Built-in ad blocker. All this in one click, free and unlimited with Stark VPN
Dateigröße 2.45 MB
Installationsanzahl 4,507
Aktuelle Version 1.0.2
Letztes Update 2022-01-25
Veröffentlichungsdatum 2022-01-24
Bewertung 2.50/5 Insgesamt 14 Bewertungen
Entwickler Stark VPN
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/starkvpn/home
Unterstützte Sprachen 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\/*"
    ]
}