Indacoin VPN

Indacoin VPN extension for Chrome browser

Indacoin VPN là gì?

Indacoin VPN là một tiện ích mở rộng Chrome được phát triển bởi EraVPN, và tính năng chính của nó là "Indacoin VPN extension for Chrome browser".

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

screenshot

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

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

                        Be anonymous and protect your traffic with  Indacoin VPN Plugin! Open access to the free Internet and hide your IP by changing your geolocation using a VPN. Choose servers from several countries around the world.
Test the highest possible speeds on the Internet without restrictions. 

What is a VPN?
In simple terms, this is a network of computers through which your request goes on the Internet before reaching the endpoint. For example: "You want to go to google.com, enter the address in the browser and press enter, after which your computer sends the google request to the computers (servers) of your Internet provider, and the provider already transfers your request to the computers (servers) of google " Thus, your Internet provider always knows which sites you visit.
If you use a VPN, then the request first goes to the computers on the VPN network through your provider, after which our computers send your request to the endpoint. Thus, the provider will no longer be able to find out which site you are visiting, since for him all your requests will be visible as requests for a VPN site.
You can find a more accurate and technically correct explanation of the question "what is a VPN" here: https://ru.wikipedia.org/wiki/VPN

What is the difference between a free tariff and a paid one?
In the free tariff, you have access to a limited number of servers in several countries with no restrictions on traffic and speed, but since there are more users than a premium tariff, the connection speed during peak hours can be significantly reduced. Also, the last two levels of the referral program are not available to you.
The premium tariff gives you access to all service servers in accessible countries, as well as priority service in those. support, participation in the development of the project through voting and access to partner projects on privileged conditions.                    

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

Tên Indacoin VPN Indacoin VPN
ID heonlghppahmoippjkdfohbohbiakmdh
URL Chính Thức https://chrome.google.com/webstore/detail/indacoin-vpn/heonlghppahmoippjkdfohbohbiakmdh
Mô tả Indacoin VPN extension for Chrome browser
Kích Thước Tệp 1.52 MB
Số Lần Cài Đặt 663
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-11-24
Ngày Phát Hành 2019-11-20
Đánh Giá 2.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển EraVPN
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://eravpn.com/docs
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Indacoin VPN",
    "version": "1.0",
    "description": "Indacoin VPN extension for Chrome browser",
    "browser_action": {
        "default_icon": "images\/plugin-logo.png",
        "default_popup": "index.html",
        "default_title": "Indacoin VPN"
    },
    "icons": {
        "128": "images\/plugin-logo.png"
    },
    "permissions": [
        "proxy",
        "activeTab",
        "storage",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/components\/storage.service.js",
            "js\/components\/auth.service.js",
            "js\/components\/proxy.service.js",
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}