Direct Proxy
Simply switch the browser proxy between using direct connection and using system settings.
Was ist Direct Proxy?
Direct Proxy ist eine Chrome-Erweiterung, die von Jiaqin Xu entwickelt wurde, und ihr Hauptmerkmal ist "Simply switch the browser proxy between using direct connection and using system settings.".
Erweiterungsscreenshots
Direct Proxy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Direct 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
This extension use Chrome's native proxy API, so it won't change the system's proxy settings. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pkdjaogdlhchapakdahlfdapkbhdlboa |
| Offizielle URL | https://chromewebstore.google.com/detail/direct-proxy/pkdjaogdlhchapakdahlfdapkbhdlboa |
| Beschreibung | Simply switch the browser proxy between using direct connection and using system settings. |
| Dateigröße | 38.83 KB |
| Installationsanzahl | 409 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2018-08-24 |
| Veröffentlichungsdatum | 2018-08-24 |
| Bewertung | 3.67/5 Insgesamt 6 Bewertungen |
| Entwickler | Jiaqin Xu |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Direct Proxy",
"description": "Simply switch the browser proxy between using direct connection and using system settings.",
"version": "1.0",
"permissions": [
"proxy"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "images\/icon-direct-48.png"
},
"icons": {
"16": "images\/icon-direct-16.png",
"48": "images\/icon-direct-48.png",
"128": "images\/icon-direct-128.png"
}
} | |