Proxmate

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

什麼是Proxmate?

Proxmate是由https://proxmate.me開發的Chrome擴展程式,該擴展的主要功能是“Browse the web with confidence! Easily, Privately & Securely!”。

擴展截圖

screenshot
screenshot

下載Proxmate擴展crx文件

下載Proxmate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Proxmate Proxmate
ID ifalmiidchkjjmkkbkoaibpmoeichmki
官方網址 https://chrome.google.com/webstore/detail/proxmate/ifalmiidchkjjmkkbkoaibpmoeichmki
簡介 Browse the web with confidence! Easily, Privately & Securely!
檔案大小 1.05 MB
安裝次數 40,000
目前版本 4.6.7
更新時間 2020-08-16
上架時間 2020-08-16
評分 3.26/5 共 613 次評分
開發者 https://proxmate.me
電子郵箱 [email protected]
付費類型 free
擴展官網 http://proxmate.me/
說明頁面URL https://prox-mate.zendesk.com/hc/en-us/
隱私政策頁面URL https://proxmate.me/privacy
支援的語言 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'"
}