Proxmate

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

Proxmate क्या है?

Proxmate https://proxmate.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browse the web with confidence! Easily, Privately & Securely!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Proxmate एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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'"
}