GoGetProxy.com
Easily surf the Internet with your proxies switching between them in one click.
Vad är GoGetProxy.com?
GoGetProxy.com är en Chrome-tillägg utvecklad av https://gogetproxy.com, och dess huvudfunktion är "Easily surf the Internet with your proxies switching between them in one click.".
Tilläggsskärmbilder
Ladda ner GoGetProxy.com-förlängningens CRX-fil
Ladda ner GoGetProxy.com-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
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äggande Information om Tillägg
Namn | |
ID | fkajooepbhkiodamlelheipaobgimhgn |
Officiell webbadress | https://chrome.google.com/webstore/detail/gogetproxycom/fkajooepbhkiodamlelheipaobgimhgn |
Beskrivning | Easily surf the Internet with your proxies switching between them in one click. |
Filstorlek | 70.05 KB |
Antal Installationer | 1,302 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-12-15 |
Publiceringsdatum | 2016-12-15 |
Betyg | 4.29/5 Totalt 7 Betyg |
Utvecklare | https://gogetproxy.com |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://gogetproxy.com/en/tos |
Stödda Språk | 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'" } |