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是由Stark VPN开发的Chrome扩展程序,该扩展的主要功能是“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

下载Stark VPN - Unlimited VPN Proxy扩展crx文件

下载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\/*"
    ]
}