reSkroutzed is a browser extension that enhances the shopping experience on skroutz.gr.
Firefox | Chrome | |
---|---|---|
Users | ||
Version | ||
Rating | ||
Download | ![]() |
![]() |
Skroutz has been using dark patterns to mislead consumers into purchasing sponsored products (advertisements). The purpose of this extension is to make it easier for consumers to identify which products are sponsored and which are not, so they can make informed purchasing decisions. It also gives the consumer the ability to hide the sponsored products if they so wish to.
reSkroutzed, is a must-have enhancer for website skroutz.gr.
It assists you by making clear what products are ads and giving you the means to remove them.
The price checker makes sure the amount displayed on the product is actually the lowest. For those that "Buy through skroutz" is worth more than buying through a store directly, they can easily select a price difference threshold.
Dark mode is now as easy as clicking one button.
The all new universal selector on the bottom left side of the screen is always there to help you tailor make the experience browsing as you wish!
![]() |
![]() |
---|---|
![]() |
![]() |
- Lowest price checker outside of "Buy through Skroutz"
- Minimum price difference, option to ignore price differences smaller than threshold
- Dark mode
- Sponsored (Ad) product flagging and removal
- products in category view
- stores before product price comparison list
- frequently bought together
- videos
- sponsorships
- banners
- Available on mobile (Firefox only)
To install the extension via GitHub, simply download the source code from this repository, and follow the instructions based on the browser you wish to load it on.
# Install all required dependencies
npm install
For development, you can use:
# Install web-ext to deploy the live browser
npm install --save-dev web-ext
# run locally for development
npm run dev:chrome
# or
npm run dev:firefox
These commands will start the extension in development mode with hot reload enabled, making it easier to see your changes in real-time while developing.
npm run build:chrome
The extension will be built in the build/chrome_build
folder. To load it in Chrome:
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right
- Click "Load unpacked" and select the
build/chrome_build
folder - The extension should now appear in your extensions list
npm run build:firefox
The extension will be packaged as build/firefox_build.zip
. To load it in Firefox:
- Open Firefox and navigate to
about:debugging#/runtime/this-firefox
- Click "Load Temporary Add-on"
- Select the
build/firefox_build.zip
file - The extension should now be loaded and active
Contributions are always welcome!
If you have any suggestions for improvements or are facing a bug, feel free to submit a pull request.
Pull requests for known problems or ones that solve requests or bugs are very welcome (follow the Manual Installation to start developing!).
This extension is licensed under the GNU general public license. See the LICENSE file for more details.