GoGetProxy.com

Easily surf the Internet with your proxies switching between them in one click.

Was ist GoGetProxy.com?

GoGetProxy.com ist eine Chrome-Erweiterung, die von https://gogetproxy.com entwickelt wurde, und ihr Hauptmerkmal ist "Easily surf the Internet with your proxies switching between them in one click.".

Erweiterungsscreenshots

screenshot

GoGetProxy.com-Erweiterungs-CRX-Datei herunterladen

Laden Sie GoGetProxy.com-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

                        Easily surf the Internet with your proxies switching between them in one click.

Proxy servers' features are very extensive: 
- keep anonymity online
- get access to blocked resources
- increase download speed

Extension works only with proxy servers in your account on GoGetProxy.com                    

Grundlegende Informationen zur Erweiterung

Name GoGetProxy.com GoGetProxy.com
ID fkajooepbhkiodamlelheipaobgimhgn
Offizielle URL https://chrome.google.com/webstore/detail/gogetproxycom/fkajooepbhkiodamlelheipaobgimhgn
Beschreibung Easily surf the Internet with your proxies switching between them in one click.
Dateigröße 70.05 KB
Installationsanzahl 1,302
Aktuelle Version 1.0
Letztes Update 2016-12-15
Veröffentlichungsdatum 2016-12-15
Bewertung 4.29/5 Insgesamt 7 Bewertungen
Entwickler https://gogetproxy.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://gogetproxy.com/en/tos
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GoGetProxy.com",
    "description": "Easily surf the Internet with your proxies switching between them in one click.",
    "version": "1.0",
    "permissions": [
        "https:\/\/gogetproxy.com\/*",
        "tabs",
        "proxy",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "page": "background.htm"
    },
    "options_page": "options.htm",
    "options_ui": {
        "page": "options.htm",
        "chrome_style": false
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png"
        },
        "default_title": "GoGetProxy.com",
        "default_popup": "popup.htm"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}