Direct Proxy
Simply switch the browser proxy between using direct connection and using system settings.
Wat is Direct Proxy?
Direct Proxy is een Chrome-extensie ontwikkeld door Jiaqin Xu, en de belangrijkste functie is "Simply switch the browser proxy between using direct connection and using system settings.".
Extensie Screenshots
Download het CRX-bestand van de extensie Direct Proxy
Download Direct Proxy-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
This extension use Chrome's native proxy API, so it won't change the system's proxy settings. Basisinformatie over de Extensie
| Naam | |
| ID | pkdjaogdlhchapakdahlfdapkbhdlboa |
| Officiële URL | https://chromewebstore.google.com/detail/direct-proxy/pkdjaogdlhchapakdahlfdapkbhdlboa |
| Beschrijving | Simply switch the browser proxy between using direct connection and using system settings. |
| Bestandsgrootte | 38.83 KB |
| Aantal Installaties | 409 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2018-08-24 |
| Publicatiedatum | 2018-08-24 |
| Beoordeling | 3.67/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Jiaqin Xu |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |