Proxy List Pro

Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.

Was ist Proxy List Pro?

Proxy List Pro ist eine Chrome-Erweiterung, die von http://proxylistpro.com entwickelt wurde, und ihr Hauptmerkmal ist "Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.".

Erweiterungsscreenshots

screenshot

Proxy List Pro-Erweiterungs-CRX-Datei herunterladen

Laden Sie Proxy List Pro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions and/or looking to browse the internet securely.                    

Grundlegende Informationen zur Erweiterung

Name Proxy List Pro Proxy List Pro
ID oicamophdnojgacgbobolcnhbbgpiknb
Offizielle URL https://chrome.google.com/webstore/detail/proxy-list-pro/oicamophdnojgacgbobolcnhbbgpiknb
Beschreibung Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.
Dateigröße 213 KB
Installationsanzahl 1,668
Aktuelle Version 7.0
Letztes Update 2014-05-12
Veröffentlichungsdatum 2014-05-12
Bewertung 3.50/5 Insgesamt 34 Bewertungen
Entwickler http://proxylistpro.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://hide-my-ip.org/page/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Proxy List Pro",
    "version": "7.0",
    "description": "Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.",
    "icons": {
        "48": "img\/icon.png"
    },
    "browser_action": {
        "default_title": "Proxy List Pro",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "img\/disabled.png"
        }
    },
    "permissions": [
        "tabs",
        "webRequest",
        "*:\/\/*.proxylistpro.com\/"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    }
}