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
公式URL 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
Eメール [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'"
}