Proxy Port Extension

Automatic proxy rotation for anonymity and browsing blocked resources

Τι είναι το Proxy Port Extension;

Το Proxy Port Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://proxy-port.com, και η κύρια λειτουργία του είναι "Automatic proxy rotation for anonymity and browsing blocked resources".

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

screenshot

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

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

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

                        Looking for a fast, secure, and private browsing experience? Look no further than Proxy Port Browser Extension! Our browser extension allows you to access websites without revealing your real IP address, so you can browse the web with peace of mind.

With Proxy Port Browser Extension, you can enjoy the following benefits:

    Bypass blocks: Our extension allows you to open blocked and restricted content.
    Private browsing: Your real IP address is hidden from the websites you visit, so your browsing history remains private.
    Easy to use: Simply install the extension and activate it with one click.

Whether you're concerned about online privacy, want to bypass internet censorship, or just need to access geo-restricted content, Proxy Browser Extension has you covered. Try it today and experience the power of private browsing!                    

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

Όνομα Proxy Port Extension Proxy Port Extension
ID hmmlmlccdnijglmmbjgpacjaoelakpee
Επίσημο URL https://chromewebstore.google.com/detail/proxy-port-extension/hmmlmlccdnijglmmbjgpacjaoelakpee
Περιγραφή Automatic proxy rotation for anonymity and browsing blocked resources
Μέγεθος Αρχείου 90.12 KB
Αριθμός Εγκαταστάσεων 59
Τρέχουσα Έκδοση 1.1.18
Τελευταία Ενημέρωση 2023-03-30
Ημερομηνία Δημοσίευσης 2020-11-12
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://proxy-port.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://proxy-port.com/en/browser-extensions
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Proxy Port Extension",
    "short_name": "Proxy Port",
    "description": "Automatic proxy rotation for anonymity and browsing blocked resources",
    "version": "1.1.18",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "192": "img\/icon192.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "img\/ba_64.png",
        "default_title": "Proxy Port: Off"
    },
    "background": {
        "scripts": [
            "utils.js",
            "apidriver.js",
            "proxykeeper.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "proxy",
        "tabs",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "",
        "notifications"
    ]
}