Proxmate

Browse the web with confidence! Easily, Privately & Securely!

Proxmate là gì?

Proxmate là một tiện ích mở rộng Chrome được phát triển bởi https://proxmate.me, và tính năng chính của nó là "Browse the web with confidence! Easily, Privately & Securely!".

Ả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 Proxmate

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

                        There’s a whole bunch more good stuff too:

Lightning fast speed
Unlimited bandwidth
Unlimited data transfer

Browse from multiple countries
Private – no logging of browsing activity
24/7 Support
Open source
99.9% server uptime
Moneyback guarantee
Can cancel at any time

The service has a 3 day free trial, and after that you can choose one of our subscriptions.

Follow Proxmate
Twitter – https://twitter.com/proxmate
Facebook – https://www.facebook.com/proxmate                    

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

Tên Proxmate Proxmate
ID ifalmiidchkjjmkkbkoaibpmoeichmki
URL Chính Thức https://chrome.google.com/webstore/detail/proxmate/ifalmiidchkjjmkkbkoaibpmoeichmki
Mô tả Browse the web with confidence! Easily, Privately & Securely!
Kích Thước Tệp 1.05 MB
Số Lần Cài Đặt 40,000
Phiên Bản Hiện Tại 4.6.7
Cập Nhật Lần Cuối 2020-08-16
Ngày Phát Hành 2020-08-16
Đánh Giá 3.26/5 Tổng số 613 Đánh Giá
Nhà Phát Triển https://proxmate.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://proxmate.me/
URL Trang Trợ Giúp https://prox-mate.zendesk.com/hc/en-us/
URL Trang Chính Sách Bảo Mật https://proxmate.me/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Proxmate",
    "version": "4.6.7",
    "description": "Browse the web with confidence! Easily, Privately & Securely!",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "https:\/\/proxmate.me\/",
    "browser_action": {
        "default_title": "Click to open Proxmate quick menu",
        "default_icon": "ressources\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.proxmate.me\/*",
                "*:\/\/proxmate.me\/*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "bower_components\/moment\/dist\/moment.js",
                "src\/page-worker\/proxmate.js"
            ]
        }
    ],
    "icons": {
        "48": "ressources\/images\/icon48.png",
        "24": "ressources\/images\/icon24.png",
        "16": "ressources\/images\/icon16.png",
        "128": "ressources\/images\/icon128.png"
    },
    "web_accessible_resources": [
        "*"
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "proxy",
        "*:\/\/*\/",
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/*.intercomcdn.com\/ https:\/\/*.intercom.io https:\/\/ssl.google-analytics.com; object-src 'self'"
}