Proxy Proxy For Chrome
Manage and switch between multiple proxies quickly & easily.
Proxy Proxy For Chrome क्या है?
Proxy Proxy For Chrome By Koray Ays (FONEXCODE LLC) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage and switch between multiple proxies quickly & easily."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Proxy Proxy For Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Changing proxy settings has never been so convenient. Think SwitchyOmega as a modern version of the "Proxy Settings" dialog, designed to be simpler, quicker and more powerful, specially optimized for Chrome. version features: * HTTP/HTTPS proxy authentication (username & password) is now supported. * More flexible proxy configurations: Fixed servers, multiple SwitchProfile and rule lists. * Reviewing and modifying proxy settings for resources that fail to load. * New types of condition for switching and improvements to the existing condition types. * Optimized performance for both PAC script generating and switching. * Improved user experience in options page and dropdown menu. * Many Bug fixes and improvements. More testing.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ndkbebaimnaicbdofbgmndblaehhpknd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/proxy-proxy-for-chrome/ndkbebaimnaicbdofbgmndblaehhpknd |
विवरण | Manage and switch between multiple proxies quickly & easily. |
फ़ाइल का आकार | 965 KB |
स्थापना संख्या | 176 |
वर्तमान संस्करण | 1.0.0.0 |
अंतिम अपडेट | 2020-04-13 |
प्रकाशन तिथि | 2020-04-13 |
रेटिंग | 2.25/5 कुल 4 रेटिंग्स |
डेवलपर | By Koray Ays (FONEXCODE LLC) |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://github.com/FelisCatus/SwitchyOmega/wiki/Privacy |
समर्थित भाषाएँ | en,cs,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_manifest_app_name__", "version": "1.0.0.0", "description": "__MSG_manifest_app_description__", "icons": { "16": "img\/icons\/omega-action-16.png", "24": "img\/icons\/omega-action-24.png", "32": "img\/icons\/omega-action-32.png", "48": "img\/icons\/omega-48.png", "64": "img\/icons\/omega-64.png", "128": "img\/icons\/omega-128.png" }, "default_locale": "en", "browser_action": { "browser_style": false, "default_icon": { "16": "img\/icons\/omega-action-16.png", "19": "img\/icons\/omega-action-19.png", "24": "img\/icons\/omega-action-24.png", "32": "img\/icons\/omega-action-32.png" }, "default_title": "__MSG_manifest_icon_default_title__", "default_popup": "popup\/index.html" }, "background": { "page": "background.html" }, "minimum_chrome_version": "22.0.0", "options_page": "options.html", "options_ui": { "page": "options.html", "browser_style": false, "open_in_tab": true }, "permissions": [ "proxy", "tabs", "alarms", "storage", "webRequest", "webRequestBlocking", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*", " |