Proxy SwitchyOmega
Manage and switch between multiple proxies quickly & easily.
Wat is Proxy SwitchyOmega?
Proxy SwitchyOmega is een Chrome-extensie ontwikkeld door FelisCatus, en de belangrijkste functie is "Manage and switch between multiple proxies quickly & easily.".
Extensie Screenshots
Download het CRX-bestand van de extensie Proxy SwitchyOmega
Download Proxy SwitchyOmega-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
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. No more digging through the advanced section in Chrome settings. No repeated filling and clearing the proxy config dialog of your operating system. Just tell SwitchyOmega about all your proxies, and enjoy switching with one click on the popup menu. You can also teach Auto Switch to use the right proxy for the right website automatically. This extension replaces SwitchySharp, SwitchyPlus and Proxy Switchy. If you are using SwitchySharp, installing this extension will automatically migrate all profiles and settings for you. As a fallback, you can also export a backup file manually in SwitchySharp and then import the file in SwitchyOmega. NOTE: Please report issues by RIGHT-clicking the extension icon and select the "Report Issue" in the context menu so that I can locate and fix the issue more quickly. Alternative download link (Github): https://github.com/FelisCatus/SwitchyOmega/releases SwitchyOmega is absolutely free and open source. It does not insert ads into any website. It contains absolutely no malware. It just does proxy configuration, and aims to be perfect tool of that. Disclaimer: SwitchyOmega does not come with any proxy server, VPNs or anything like that. Thus, SwitchyOmega will not magically unblock websites or protect your privacy, unless you instruct it to use a proxy server which does. You should only use trusted proxy servers, because SwitchyOmega can not protect you from bad proxies that inject ads, track you or record your password. And if you don't have a proxy server, you probably won't need SwitchyOmega. Sounds reasonable, right? Privacy Policy: https://github.com/FelisCatus/SwitchyOmega/wiki/Privacy#english The 2.x 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. == Translations == You can help improve the translation of SwitchyOmega or translate it into your language on Weblate: https://hosted.weblate.org/engage/switchyomega/?utm_source=widget CONFLICTS: SwitchyOmega will conflict with other extensions trying to control the proxy settings. Such conflicts are caused by the design of the Chrome browser and thus cannot be avoided. When SwitchyOmega has a higher priority, it can be configured to voluntarily give back the control by selecting the [System Proxy] item in the popup menu. Otherwise, you will see a red badge on the SwitchyOmega icon indicating insufficient priority. Re-installing SwitchyOmega should raise its priority, providing a possible workaround.
Basisinformatie over de Extensie
Naam | Proxy SwitchyOmega |
ID | padekgcemlokbadohgkifijomclgjgif |
Officiële URL | https://chromewebstore.google.com/detail/proxy-switchyomega/padekgcemlokbadohgkifijomclgjgif |
Beschrijving | Manage and switch between multiple proxies quickly & easily. |
Bestandsgrootte | 941 KB |
Aantal Installaties | 2,000,000 |
Huidige Versie | 2.5.21 |
Laatst Bijgewerkt | 2020-11-22 |
Publicatiedatum | 2020-03-15 |
Beoordeling | 4.62/5 Totaal 3751 Beoordelingen |
Ontwikkelaar | FelisCatus |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/FelisCatus/SwitchyOmega |
Help Pagina-URL | https://github.com/FelisCatus/SwitchyOmega/issues |
URL van de Privacybeleid Pagina | https://github.com/FelisCatus/SwitchyOmega/wiki/Privacy |
Ondersteunde Talen | en,cs,fa,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_manifest_app_name__", "version": "2.5.21", "description": "__MSG_manifest_app_description__", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkhwZJT76btQ04EEMOFtZPLESD1TmSVjbLjs0OyesD9Ht8YllFPfJ3qmtbSQGVuvmxH1GK\/jUO2QcEWb8bHuOjoRlq20fi5j5Aq90O8FKET+y5D8PxCyi3WmnquiEwaE5cNmaCsw\/G2JlO+bZOtdQ\/QKOvMxBAegABYimEGfSvCMVUEvpymys0gBhLoch72zPAiJUBkf0z8BtjYTueMRcRXkrSeRPLygUDQnZ1TkQWMYYBp\/zqpD5ggxytAklEMQzR9Hn0lqu5s7iuUAgihbysPn\/8Wh00Zj5FySpK\/\/KcpG3JS7UWxC28oSt8z5ZR3YimnX+HX3P36V0mC1pgM4o7wIDAQAB", "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", " |