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 là gì?

Stark VPN - Unlimited VPN Proxy là một tiện ích mở rộng Chrome được phát triển bởi Stark VPN, và tính năng chính của nó là "Full access to any web sites. Built-in ad blocker. All this in one click, free and unlimited with Stark VPN".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stark VPN - Unlimited VPN Proxy

Tải xuống các tệp mở rộng Stark VPN - Unlimited VPN Proxy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stark VPN - Unlimited VPN Proxy Stark VPN - Unlimited VPN Proxy
ID onfbdcochddeofkfdjahmpmefpilbjpb
URL Chính Thức https://chromewebstore.google.com/detail/stark-vpn-unlimited-vpn-p/onfbdcochddeofkfdjahmpmefpilbjpb
Mô tả Full access to any web sites. Built-in ad blocker. All this in one click, free and unlimited with Stark VPN
Kích Thước Tệp 2.45 MB
Số Lần Cài Đặt 4,507
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-01-25
Ngày Phát Hành 2022-01-24
Đánh Giá 2.50/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Stark VPN
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/starkvpn/home
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}