Direct Proxy

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

Direct Proxy क्या है?

Direct Proxy Jiaqin Xu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simply switch the browser proxy between using direct connection and using system settings."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Direct Proxy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Direct Proxy Direct Proxy
ID pkdjaogdlhchapakdahlfdapkbhdlboa
आधिकारिक URL https://chromewebstore.google.com/detail/direct-proxy/pkdjaogdlhchapakdahlfdapkbhdlboa
विवरण Simply switch the browser proxy between using direct connection and using system settings.
फ़ाइल का आकार 38.83 KB
स्थापना संख्या 409
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-08-24
प्रकाशन तिथि 2018-08-24
रेटिंग 3.67/5 कुल 6 रेटिंग्स
डेवलपर Jiaqin Xu
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}