Compare Chrome extensions: Prodigy Hacking Extension (PHEx) vs Redirector

Stats Prodigy Hacking Extension (PHEx) Prodigy Hacking Extension (PHEx) Redirector Redirector
User count 100,000+ 100,000+
Average rating 3.67 4.30
Rating count 438 299
Last updated 2022-01-25 2020-03-27
Size 37.06K 45.81K
Version 2.1.8 3.5.3
Short description
PHEx is an extension made to raise awareness of security issues for Prodigy Automatically redirect content based on user-defined rules.
Full summary

The goal of the Prodigy Hacking Organization is to raise awareness of the game security issues that SMARTeacher has blatantly ignored. This is a Chrome extension that allows users of SMARTeacher products (currently: Prodigy) to explore security issues within the game without exposing any functionality that could be damaging to another user's expierence.

For more information, see https://prodigyhacking.com

We do NOT collect any information on you or anything else. We do not see profits from you or anyone else.

Our code is 100% open source, and you can view our code and other projects at https://github.com/Prodigy-Hacking

Prodigy Hacking is in no way associated with Prodigy Math Game or SMARTeacher.

Redirector is an extension that allows you to specify patterns for pages that should be automatically redirected to other pages. E.g. you always want http://example.com/foo.html to redirect to http://example.com/bar.html.

This can be useful for instance to skip confirmation pages after posting messages on message boards, skipping ad pages that appear before you can view content on certain sites, redirecting from http to https on sites where you always want the https version, redirecting from one hostname to another for proxy servers, or just anywhere where it takes you two or more clicks to get to what you want.

The extension supports both wildcards and regular expressions in patterns. Regular expressions support capturing parantheses so you could define the pattern: http://foo.com/bar.php\?id=(\d+) and define the redirect as http://bar.com/baz.php?id=$1. In that case http://foo.com/bar.php?id=1234 would automatically redirect to http://bar.com/baz.php?id=1234. Wildcards can also use $1,$2 in the redirect urls, $1 is the contents of the first star match, $2 of the second and so on.

Click on the Redirector button next to your address bar to get started adding and editing redirects, and use the Enable/Disable button to quickly disable the addon.