A simple URL redirect extension.
This extension enables you to set URL redirects within the Chrome browser. You can customize each configuration to specify which resources will be redirected.
You have the option to match URLs exactly or utilize the wildcard `*` operator to match multiple cases. For example:
- https://mywebsite.com > http://localhost:3000
- https://* > http://*
Feel free to contribute on Github - https://github.com/matheus-alpe/url-switch-extension