reSkroutzed
Flags sponsored products on Skroutz.gr
What is reSkroutzed?
reSkroutzed is a Chrome extension developed by iantsiakkas, and its main feature is "Flags sponsored products on Skroutz.gr".
Extension Screenshots
Download reSkroutzed Extension CRX File
Download reSkroutzed extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 the real prices, so they can make informed purchasing decisions. - Frequently bought together sponsored flagging and removal - Sponsored store flagger identification and removal - Product page sponsored flagging and removal - Lowest price checker outside of "Buy through Skroutz" - Advertisement overview inside of the popup
Extension Basic Information
Name | reSkroutzed |
ID | amglnkndjeoojnjjeepeheobhneeogcl |
Official URL | https://chromewebstore.google.com/detail/reskroutzed/amglnkndjeoojnjjeepeheobhneeogcl |
Description | Flags sponsored products on Skroutz.gr |
File Size | 94.31 KB |
Installation Count | 360 |
Current Version | 1.6.1 |
Last Updated | 2024-01-17 |
Publish Date | 2023-04-06 |
Rating | 5.00/5 Total 25 Ratings |
Developer | iantsiakkas |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/keybraker/https://github.com/keybraker/reskroutzed |
Help Page URL | https://github.com/keybraker/https://github.com/keybraker/reskroutzed |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "reSkroutzed", "description": "Flags sponsored products on Skroutz.gr", "version": "1.6.1", "manifest_version": 3, "permissions": [], "host_permissions": [ "*:\/\/www.skroutz.gr\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.skroutz.gr\/*" ], "css": [ "css\/flaggerToggle.css", "css\/productFlags.css", "css\/shelfFlags.css", "css\/style.css", "css\/videoFlags.css" ], "js": [ "background.js" ], "run_at": "document_end" } ], "action": { "default_popup": "popup\/popup.html", "default_icon": { "48": "\/assets\/icons\/48.png", "128": "\/assets\/icons\/128.png" } }, "icons": { "48": "\/assets\/icons\/48.png", "128": "\/assets\/icons\/128.png" } } |