Why I replaced Redirector with Request Control is because of its much more powerful features such as match by different document types (script, image, media, etc), its in-built variable (such as {protocol}, {hostname}, {pathname}) and origin type (same origin, same domain, third party domain, etc).
However, if your need is simple, my advice is to use Redirector instead because it is really easy to understand and use. For power users, check out Request Control.
Also, I don't use Chrome. :P