Hiload Web Proxy

Hiload is a free web proxy which allows you to unblock/bypass any firewall restrictions made by your network administrator.

Co to jest Hiload Web Proxy?

Hiload Web Proxy to rozszerzenie Chrome opracowane przez blank, a jego główną funkcją jest „Hiload is a free web proxy which allows you to unblock/bypass any firewall restrictions made by your network administrator.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hiload Web Proxy

Pobierz pliki rozszerzeń Hiload Web Proxy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        1. Simply insert the website you want to visit into the input field
2. Click the GO button

Hiload is extreme fast, free and secure.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hiload Web Proxy Hiload Web Proxy
ID pminladjmndipkjkmdjhhbidegbjoemn
Oficjalny URL https://chrome.google.com/webstore/detail/hiload-web-proxy/pminladjmndipkjkmdjhhbidegbjoemn
Opis Hiload is a free web proxy which allows you to unblock/bypass any firewall restrictions made by your network administrator.
Rozmiar pliku 43.05 KB
Liczba instalacji 1,000
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2015-01-24
Data Publikacji 2015-01-24
Ocena 3.77/5 Łącznie 53 Oceny
Deweloper blank
Typ Płatności free
Strona Rozszerzenia http://hiload.org
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hiload Web Proxy",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Hiload is a free web proxy which allows you to unblock\/bypass any firewall restrictions made by your network administrator.",
    "permissions": [
        "tabs",
        "http:\/\/hiload.org\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Hiload Web Proxy"
    }
}