Simple Proxy
This extension can set up proxy for each host you have visited.
Simple Proxy क्या है?
Simple Proxy jinzhenzu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension can set up proxy for each host you have visited."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simple Proxy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A NEWER VERSION OF Simple Proxy IS NOW AVAILABLE, SEE: https://chrome.google.com/webstore/detail/simple-proxy/pjogfmifcmhdmfogmihinlfgdbfbjcli Custom your proxy rules Quickly & Simply. With Simple Proxy, you can specify whether each request is routed through a proxy server or a direct connection, especially when a site that contains the intranet requests and contains external network requests. what's NEW: v2.0: 1. new designed material UI 2. black list & white list mode support 3. multiple proxy servers support 4. change the main switch with "system" & "direct" mode v2.1: 1. chinese supported 2. option page adjustment v3.0: 1. change the way identifying host and its sub hosts 2. upgrade UI lib to new version 3. add migration button to migrate your black and white lists to new version
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jehndggefimmlibgcjjhfmifoonajkjl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/simple-proxy/jehndggefimmlibgcjjhfmifoonajkjl |
विवरण | This extension can set up proxy for each host you have visited. |
फ़ाइल का आकार | 1.58 MB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 3.0 |
अंतिम अपडेट | 2019-12-18 |
प्रकाशन तिथि | 2019-12-17 |
रेटिंग | 3.78/5 कुल 9 रेटिंग्स |
डेवलपर | jinzhenzu |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jzz4012650/simple_proxy |
सहायता पृष्ठ URL | https://github.com/jzz4012650/simple_proxy/issues |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "description": "__MSG_description__", "version": "3.0", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "Proxy" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_locale": "en", "options_page": "options.html", "permissions": [ "proxy", "tabs", "storage", "webRequest", "webNavigation", "http:\/\/*\/*", "https:\/\/*\/*" ] } |