Proxmate

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

Qu'est-ce que Proxmate ?

Proxmate est une extension Chrome développée par https://proxmate.me, et sa fonction principale est "Browse the web with confidence! Easily, Privately & Securely!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Proxmate

Téléchargez les fichiers d'extension Proxmate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Proxmate Proxmate
ID ifalmiidchkjjmkkbkoaibpmoeichmki
URL Officiel https://chrome.google.com/webstore/detail/proxmate/ifalmiidchkjjmkkbkoaibpmoeichmki
Description Browse the web with confidence! Easily, Privately & Securely!
Taille du Fichier 1.05 MB
Nombre d'Installations 40,000
Version Actuelle 4.6.7
Dernière Mise à Jour 2020-08-16
Date de Publication 2020-08-16
Évaluation 3.26/5 Total 613 Évaluations
Développeur https://proxmate.me
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://proxmate.me/
URL de la Page d'Aide https://prox-mate.zendesk.com/hc/en-us/
URL de la Page de Politique de Confidentialité https://proxmate.me/privacy
Langues Prises en Charge 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'"
}