Hiload Web Proxy
Hiload is a free web proxy which allows you to unblock/bypass any firewall restrictions made by your network administrator.
Vad är Hiload Web Proxy?
Hiload Web Proxy är en Chrome-tillägg utvecklad av blank, och dess huvudfunktion är "Hiload is a free web proxy which allows you to unblock/bypass any firewall restrictions made by your network administrator.".
Tilläggsskärmbilder
Ladda ner Hiload Web Proxy-förlängningens CRX-fil
Ladda ner Hiload Web Proxy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | pminladjmndipkjkmdjhhbidegbjoemn |
Officiell webbadress | https://chrome.google.com/webstore/detail/hiload-web-proxy/pminladjmndipkjkmdjhhbidegbjoemn |
Beskrivning | Hiload is a free web proxy which allows you to unblock/bypass any firewall restrictions made by your network administrator. |
Filstorlek | 43.05 KB |
Antal Installationer | 1,000 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2015-01-24 |
Publiceringsdatum | 2015-01-24 |
Betyg | 3.77/5 Totalt 53 Betyg |
Utvecklare | blank |
Betalningssätt | free |
Tilläggswebbplats | http://hiload.org |
Stödda Språk | 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" } } |