Best Proxy Manager

The best anonymous proxy solution for you

Τι είναι το Best Proxy Manager;

Το Best Proxy Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.vpnside.com, και η κύρια λειτουργία του είναι "The best anonymous proxy solution for you".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Best Proxy Manager

Λήψη αρχείων επέκτασης Best Proxy Manager σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Manage and switch between multiple location proxies quickly & easily.
Changing your IP by proxy settings has never been so convenient. 
The extension "Best proxy manager "provides a list of socks4 and socks5 proxies that we collect on our website www.vpnside.com/proxy/list for your convenience
You just need to choose one of them from the list and connect. 

Our socks proxies list is checked and updated every 30 minutes on our server.

VPNSide is the leading resource for digital freedom. The site’s mission is to help users around the world reclaim their right to privacy through research, reviews, knowledge-sharing, investigations and direct action.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Best Proxy Manager Best Proxy Manager
ID ahnedoddoeoelbaaiccbimdpgnlmdlgc
Επίσημο URL https://chromewebstore.google.com/detail/best-proxy-manager/ahnedoddoeoelbaaiccbimdpgnlmdlgc
Περιγραφή The best anonymous proxy solution for you
Μέγεθος Αρχείου 58.58 KB
Αριθμός Εγκαταστάσεων 612
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2020-01-08
Ημερομηνία Δημοσίευσης 2020-01-07
Αξιολόγηση 4.50/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://www.vpnside.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.vpnside.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Best Proxy Manager",
    "version": "1.0.0",
    "description": "The best anonymous proxy solution for you",
    "manifest_version": 2,
    "homepage_url": "https:\/\/www.vpnside.com",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "proxy",
        "storage"
    ],
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "browser_action": {
        "default_title": "Best Proxy Manager",
        "default_popup": "popup.html"
    }
}