Proxy
Proxy
Was ist Proxy?
Proxy ist eine Chrome-Erweiterung, die von instwave.com entwickelt wurde, und ihr Hauptmerkmal ist "Proxy".
Erweiterungsscreenshots
Proxy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Proxy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Set Proxy.
Update:
2020-07-13
Remove unused permisions.
2016-10-13
Make HTTPs requests also go to proxy.
2015-05-06
Direct access to the proxy web server instead proxying to itself. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nhcefkkpfajnjmkoingaijfopgiomcie |
| Offizielle URL | https://chromewebstore.google.com/detail/proxy/nhcefkkpfajnjmkoingaijfopgiomcie |
| Beschreibung | Proxy |
| Dateigröße | 33.55 KB |
| Installationsanzahl | 164 |
| Aktuelle Version | 0.0.0.13 |
| Letztes Update | 2020-07-15 |
| Veröffentlichungsdatum | 2016-10-13 |
| Bewertung | 3.00/5 Insgesamt 4 Bewertungen |
| Entwickler | instwave.com |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "background\/background.html"
},
"browser_action": {
"default_icon": {
"19": "images\/icon-19-gray.png",
"38": "images\/icon-38-gray.png"
},
"default_popup": "options\/options.html",
"default_title": "Proxy server"
},
"description": "Proxy",
"icons": {
"128": "images\/extension-128.png",
"48": "images\/extension-48.png"
},
"manifest_version": 2,
"minimum_chrome_version": "35.0",
"name": "Proxy",
"options_page": "options\/options.html",
"permissions": [
"proxy"
],
"version": "0.0.0.13"
} | |