FIREVPN, VPN & Proxy

Proxy for chrome FIREVPN.

FIREVPN, VPN & Proxy là gì?

FIREVPN, VPN & Proxy là một tiện ích mở rộng Chrome được phát triển bởi https://maxtrigger.com, và tính năng chính của nó là "Proxy for chrome FIREVPN.".

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

screenshot
screenshot

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

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

                        This service is a virtual private network designed to protect Internet users. When you connect to the Internet, our system allows to securely hide your IP-address by encrypting your Internet activity (traffic) from the third parties.                    

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

Tên FIREVPN, VPN & Proxy FIREVPN, VPN & Proxy
ID pdgmlhjpocflkpaempclfkpokmmdnlil
URL Chính Thức https://chromewebstore.google.com/detail/firevpn-vpn-proxy/pdgmlhjpocflkpaempclfkpokmmdnlil
Mô tả Proxy for chrome FIREVPN.
Kích Thước Tệp 610 KB
Số Lần Cài Đặt 2,886
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-10-27
Ngày Phát Hành 2021-10-27
Đánh Giá 2.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://maxtrigger.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://maxtrigger.com/firevpn
URL Trang Trợ Giúp https://maxtrigger.com/support
URL Trang Chính Sách Bảo Mật https://maxtrigger.com/PrivacyPolicy
Ngôn Ngữ Được Hỗ Trợ en,en-GB,en-US,ru
manifest.json
{
    "background": {
        "scripts": [
            "js\/libs\/jquery-3.1.1.min.js",
            "js\/libs\/platform.js",
            "js\/modules\/config.js",
            "js\/modules\/utils.js",
            "js\/modules\/proxy_utils.js",
            "js\/modules\/error-catcher.js",
            "js\/modules\/feedback.js",
            "js\/modules\/ping.js",
            "js\/modules\/tasks.js",
            "js\/modules\/stats.js",
            "js\/background.js",
            "js\/modules\/listener.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon64-gray.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/libs\/jquery-3.1.1.min.js",
                "js\/libs\/tasks_r.js"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "img\/icon64.png"
    },
    "manifest_version": 2,
    "name": "FIREVPN, VPN & Proxy",
    "optional_permissions": [
        "management"
    ],
    "permissions": [
        "proxy",
        "storage",
        "alarms",
        "notifications",
        "*:\/\/*\/*",
        "unlimitedStorage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}