Direct Proxy

Simply switch the browser proxy between using direct connection and using system settings.

Vad är Direct Proxy?

Direct Proxy är en Chrome-tillägg utvecklad av Jiaqin Xu, och dess huvudfunktion är "Simply switch the browser proxy between using direct connection and using system settings.".

Tilläggsskärmbilder

screenshot

Ladda ner Direct Proxy-förlängningens CRX-fil

Ladda ner Direct Proxy-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

                        This extension use Chrome's native proxy API, so it won't change the system's proxy settings.                    

Grundläggande Information om Tillägg

Namn Direct Proxy Direct Proxy
ID pkdjaogdlhchapakdahlfdapkbhdlboa
Officiell webbadress https://chromewebstore.google.com/detail/direct-proxy/pkdjaogdlhchapakdahlfdapkbhdlboa
Beskrivning Simply switch the browser proxy between using direct connection and using system settings.
Filstorlek 38.83 KB
Antal Installationer 409
Aktuell Version 1.0
Senast Uppdaterad 2018-08-24
Publiceringsdatum 2018-08-24
Betyg 3.67/5 Totalt 6 Betyg
Utvecklare Jiaqin Xu
Betalningssätt free
Stödda Språk 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"
    }
}