Proxy SwitchyOmega

Manage and switch between multiple proxies quickly & easily.

What is Proxy SwitchyOmega?

Proxy SwitchyOmega is a Chrome extension developed by FelisCatus, and its main feature is "Manage and switch between multiple proxies quickly & easily.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Proxy SwitchyOmega Extension CRX File

Download Proxy SwitchyOmega extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Proxy SwitchyOmega Proxy SwitchyOmega
ID padekgcemlokbadohgkifijomclgjgif
Official URL https://chromewebstore.google.com/detail/proxy-switchyomega/padekgcemlokbadohgkifijomclgjgif
Description Manage and switch between multiple proxies quickly & easily.
File Size 941 KB
Installation Count 2,000,000
Current Version 2.5.21
Last Updated 2020-11-22
Publish Date 2020-03-15
Rating 4.62/5 Total 3751 Ratings
Developer FelisCatus
Email [email protected]
Payment Type free
Extension Website https://github.com/FelisCatus/SwitchyOmega
Help Page URL https://github.com/FelisCatus/SwitchyOmega/issues
Privacy Policy Page URL https://github.com/FelisCatus/SwitchyOmega/wiki/Privacy
Supported Languages 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",
        ""
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+O"
            }
        }
    },
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "55.0a1"
        }
    }
}