GoGetProxy.com

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

Co je GoGetProxy.com?

GoGetProxy.com je rozšíření Chrome vyvinuté https://gogetproxy.com, a jeho hlavní funkcí je „Easily surf the Internet with your proxies switching between them in one click.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GoGetProxy.com

Stáhněte si soubory rozšíření GoGetProxy.com ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název GoGetProxy.com GoGetProxy.com
ID fkajooepbhkiodamlelheipaobgimhgn
Oficiální URL https://chrome.google.com/webstore/detail/gogetproxycom/fkajooepbhkiodamlelheipaobgimhgn
Popis Easily surf the Internet with your proxies switching between them in one click.
Velikost souboru 70.05 KB
Počet instalací 1,302
Aktuální Verze 1.0
Poslední Aktualizace 2016-12-15
Datum Vydání 2016-12-15
Hodnocení 4.29/5 Celkem 7 Hodnocení
Vývojář https://gogetproxy.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://gogetproxy.com/en/tos
Podporované Jazyky 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'"
}