DNS Resolver Chrome Extension
Project detail
I need a DNS Chrome Extension that will change all URL requests from the users default DNS like 8.8.8.8 to for example to 1.1.1.1 (I will give you a custom DNS server to implement, but 1.1.1.1 can be used for example)
This Chrome Extension only needs to have a logo and maybe a basic status of the DNS that is specified (like ping 8.8.8.8 and return a green icon for online in the extension page)
All requests should then be going through the new DNS server selected in the extension (Like it 1.1.1.1 is selected then all requests like google.com will go through to 1.1.1.1)
This extension should be very simple and easy, install, and essentially works.