AliExpress Image and Video Downloader — a Firefox add-on that hijacks AliExpress affiliate commissions and reports your product clicks to alihelp.xyz, while declaring it collects no data
[email protected] (v2.3.4) strips affiliate tags already on the URL and re-asserts its own s.click.aliexpress.com deep link via chrome.scripting.executeScript (Referer-preserving, up to 5×/tab), and POSTs each product click to alihelp.xyz/api/track — while its manifest declares data_collection: { required: ['none'] }.
AliExpress Image and Video Downloader (ID [email protected]) does download product media. It also runs the campaign's affiliate hijack and product-click telemetry.
Commission hijack. tryTagTab() calls stripAffiliateParams() to remove affiliate parameters already on the URL — including other creators' tags — then scheduleRedirect() forces location.href to its own s.click.aliexpress.com deep link (connected_by=alihelp, key _c4WvcFkP) via chrome.scripting.executeScript. The code comments state the in-page navigation is used specifically so the redirect keeps the Referer and beats a competitor's redirect. The redirect is gated behind an affiliate_consent modal (content_consent.js) — a dark-pattern fig-leaf.
Undisclosed telemetry. trackProductClick() sends {type:'product_click', extension:'AliHelp Image & Video Downloader', slug/title=productUrl, referrer=pageUrl} to alihelp.xyz/api/track via navigator.sendBeacon. The manifest nonetheless declares it requires no data collection. A code comment references alihelp.xyz/admin's “Extension affiliate ID pool” and a shared alihelp-web lib/extensions.js — i.e. a centrally-managed, multi-extension operation.
This surfaced during the campaign sweep that followed CLR-2026-3054 (AliHelp). Reviewing the same publisher — Shadow Code (AMO user 20125879) — we found all four of its AliExpress add-ons already sitting scanned in the codelake corpus, ingested from the AMO recent feed on 2026-09-25, each carrying the same affiliate-redirect machinery. Detection was never the gap here; surfacing was.
Confirmed on manual, flag-safe static review of the published .xpi — reading background.js/bg.js and the content scripts, no execution. This advisory is part of the alihelp.xyz / Shadow Code affiliate-hijack campaign (CLR-2026-3058).
Analysed: 2.3.4 (aliexpress_media_downloader-2.3.4.xpi). The affiliate-hijack logic is core to the add-on across its releases.
[email protected] — “AliExpress Image and Video Downloader” v2.3.4https://alihelp.xyz/api/track (product_click beacons) · config: alihelp.xyz/api/ext/configs.click.aliexpress.com/deep_link.htm?aff_short_key=_c4WvcFkP&…&connected_by=alihelpaliexpress_media_downloader-2.3.4.xpistripAffiliateParams(), scheduleRedirect(), trackProductClick(), REASSERT_DELAY_MS, MAX_ATTEMPTS_PER_TABVerified by static code + dataflow review of the published .xpi; no execution, no live callback.
Scope: AliExpress domains + alihelp.xyz; redirect gated behind a dark-pattern consent modal, telemetry is not.