Go through proxy for only one port?

I create a socks tunnel with : ssh -L 7186:<host>:7186 <login>@<host>

I want chrome to use the proxy only for connection to localhost:7186.

And no other site or port.

Is there a way to have such a white list ?

Thanks,

Olivier