AutoProx

Auto rotating proxy system that connects you to a secure server.

Τι είναι το AutoProx;

Το AutoProx είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον JCZ Studios, και η κύρια λειτουργία του είναι "Auto rotating proxy system that connects you to a secure server.".

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

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

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

                        This extension is currently experimental and may not function fully.
Connection is simple! Just hit the icon in the extension bar!
AutoProx uses an API service to retrieve free proxy services and then connects you to them. Since these proxies are random, we can not make any guarantee as to security, privacy, and usability of them.
In case of an error, cycle the extension by clicking the icon twice when connected.                    

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

Όνομα AutoProx AutoProx
ID lclmgcmlmapgfleigeckkhjopnmhojic
Επίσημο URL https://chrome.google.com/webstore/detail/autoprox/lclmgcmlmapgfleigeckkhjopnmhojic
Περιγραφή Auto rotating proxy system that connects you to a secure server.
Μέγεθος Αρχείου 8.28 KB
Αριθμός Εγκαταστάσεων 35
Τρέχουσα Έκδοση 0.0.0.1
Τελευταία Ενημέρωση 2018-01-22
Ημερομηνία Δημοσίευσης 2018-01-22
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής JCZ Studios
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoProx",
    "description": "Auto rotating proxy system that connects you to a secure server.",
    "version": "0.0.0.1",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "assets\/icons\/default.png"
    },
    "browser_action": [],
    "permissions": [
        "proxy",
        ""
    ]
}