GoGetProxy.com

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

Hvad er GoGetProxy.com?

GoGetProxy.com er en Chrome-udvidelse udviklet af https://gogetproxy.com, og dens hovedfunktion er "Easily surf the Internet with your proxies switching between them in one click.".

Udvidelsesskærmbilleder

screenshot

Download GoGetProxy.com-udvidelses-CRX-fil

Download GoGetProxy.com-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

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn GoGetProxy.com GoGetProxy.com
ID fkajooepbhkiodamlelheipaobgimhgn
Officiel URL https://chrome.google.com/webstore/detail/gogetproxycom/fkajooepbhkiodamlelheipaobgimhgn
Beskrivelse Easily surf the Internet with your proxies switching between them in one click.
Filstørrelse 70.05 KB
Antal Installationer 1,302
Nuværende Version 1.0
Senest Opdateret 2016-12-15
Udgivelsesdato 2016-12-15
Bedømmelse 4.29/5 Samlet 7 Bedømmelser
Udvikler https://gogetproxy.com
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://gogetproxy.com/en/tos
Understøttede Sprog 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'"
}