Switcherry VPN

Unblock any website with the world’s fastest VPN. Claim your online freedom today with one simple click - Get Switcherry VPN today!

Switcherry VPN là gì?

Switcherry VPN là một tiện ích mở rộng Chrome được phát triển bởi switcherryinc, và tính năng chính của nó là "Unblock any website with the world’s fastest VPN. Claim your online freedom today with one simple click - Get Switcherry VPN today!".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Switcherry VPN 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

                        The best VPN deal for Chrome — Get it today & enjoy the new level of security, safety and privacy!
Stay safe at all times - protect your online identity, improve the level of security of your financial records & personal data when you are surfing the web, streaming, buying things, using apps, or simply chatting. All your activities are private, your data is encrypted, and no one can track your activities nor gain access to your records.                    

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

Tên Switcherry VPN Switcherry VPN
ID oabjfflolbfafefcbolpjemiioikojcd
URL Chính Thức https://chrome.google.com/webstore/detail/switcherry-vpn/oabjfflolbfafefcbolpjemiioikojcd
Mô tả Unblock any website with the world’s fastest VPN. Claim your online freedom today with one simple click - Get Switcherry VPN today!
Kích Thước Tệp 2.59 MB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2021-07-12
Ngày Phát Hành 2020-11-16
Đánh Giá 3.73/5 Tổng số 49 Đánh Giá
Nhà Phát Triển switcherryinc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://switcherry-vpn.com/vpn-for-chrome
URL Trang Trợ Giúp https://switcherry-vpn.com/
URL Trang Chính Sách Bảo Mật https://switcherry.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.4",
    "name": "Switcherry VPN",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "Unblock any website with the world\u2019s fastest VPN. Claim your online freedom today with one simple click - Get Switcherry VPN today!",
    "default_locale": "en",
    "permissions": [
        "",
        "*:\/\/*\/*",
        "storage",
        "management",
        "proxy",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/128.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Switcherry VPN",
        "default_icon": {
            "48": "icons\/off.png",
            "128": "icons\/off.png"
        }
    },
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}