Adds pirated alternatives on Steam's website.
Added in Chrome Extension Store
Added Firefox support
Added settings to toggle on/off on sites to show or hide them.
Added Crack Status and GoG Games
Tampermonkey user-script updated to include RuTracker and 1337x (these are only in user-script at the moment).
Searches for the Steam game you're viewing on the web-page on a cracked game. Features 6 sites (Online-fix | FitGirl | Skidrowreloaded | SteamRIP | Dodi Repacks | Gload.to | Gog Games | Crack Status)
Search for "iMSteam" in Chrome's web store or head over to this link
Or manual installation
- Download the extension here iMSteam for Chrome
- Open Chrome and go to
chrome:https://extensions/
. - Enable "Developer mode" in the top right corner.
- Click on "Load unpacked" and select the folder containing the extension files.
Search for "iMSteam" in Firefox's web store or head over to this link
Or manual installation: iMSteam for Firefox
To install this extension as a userscript using Tampermonkey:
- Click on the userscript file (
iMSteam.user.js
) and copy the entire script. - Open Tampermonkey in your browser.
- Click on the Tampermonkey icon and select "Create a new script."
- Paste the contents of the userscript into the editor.
- Save the script by pressing
Ctrl + S
or clicking the "File" menu and selecting "Save."
Just browse Steam as normal, you'll find the sites right under the game's name, just click the site that suits you. Note: Online-Fix is a Co-Op/Multiplayer only games. You will not find singleplayers on it. Also they mostly support official servers.
You can add or remove any site yourself following these simple steps:
-
Edit the script and scroll down to see all sites listed as
const x1337= `https://1337x.to/sort-category-search/${formattedGameName}/Games/seeders/desc/1/`; createButton(x1337, "1337x", "Search on 1337x", "https://i.imgur.com/sNwyKFm.png");
-
Either remove this whole section for each site you wanted removed, or add a site yourself with this exact format
-
Copy the search quarry e.g: go to 1337x, do a search, and notice the link includes the word you searched for e.g: https://1337x.to/sort-category-search/THE_WORD_YOU_SEARCHED_FOR/Games/seeders/desc/1/
-
Place the link in the script between and move " ${formattedGameName} " to replace the word you searched for, to be something like this:
https://1337x.to/sort-category-search/${formattedGameName}/Games/seeders/desc/1/
-
Add the ID name in lower-case, and the name of the site in lower or upper case. And add a png url. ( IDs must start with a letter, notice why I changed 1337x to "x1337").
-
If the search quarry is at the end of the URL just add " ${formattedGameName} " at the end of it.
-
Save script and refresh steam page.