Proxy List Pro

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

Hvad er Proxy List Pro?

Proxy List Pro er en Chrome-udvidelse udviklet af http://proxylistpro.com, og dens hovedfunktion er "Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.".

Udvidelsesskærmbilleder

screenshot

Download Proxy List Pro-udvidelses-CRX-fil

Download Proxy List Pro-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Proxy List Pro Proxy List Pro
ID oicamophdnojgacgbobolcnhbbgpiknb
Officiel URL https://chrome.google.com/webstore/detail/proxy-list-pro/oicamophdnojgacgbobolcnhbbgpiknb
Beskrivelse Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.
Filstørrelse 213 KB
Antal Installationer 1,668
Nuværende Version 7.0
Senest Opdateret 2014-05-12
Udgivelsesdato 2014-05-12
Bedømmelse 3.50/5 Samlet 34 Bedømmelser
Udvikler http://proxylistpro.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side http://hide-my-ip.org/page/privacy-policy
Understøttede Sprog 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"
        ]
    }
}