GoGetProxy.com
Easily surf the Internet with your proxies switching between them in one click.
Wat is GoGetProxy.com?
GoGetProxy.com is een Chrome-extensie ontwikkeld door https://gogetproxy.com, en de belangrijkste functie is "Easily surf the Internet with your proxies switching between them in one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie GoGetProxy.com
Download GoGetProxy.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | fkajooepbhkiodamlelheipaobgimhgn |
Officiële URL | https://chrome.google.com/webstore/detail/gogetproxycom/fkajooepbhkiodamlelheipaobgimhgn |
Beschrijving | Easily surf the Internet with your proxies switching between them in one click. |
Bestandsgrootte | 70.05 KB |
Aantal Installaties | 1,302 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-12-15 |
Publicatiedatum | 2016-12-15 |
Beoordeling | 4.29/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://gogetproxy.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://gogetproxy.com/en/tos |
Ondersteunde Talen | 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'" } |