Security Alert: Confirmed Malware
Documents Downloader
ID: ikecplijfhabpahaolhdgglbbafknkdo
Supported Languages
Extension Info & Metadata
Publisher Contextual Analysis
- Author
- dialguiba1994View Profile
- Privacy
- Privacy Policy
- MX records exist
- Yes
- Domain exists
- Yes
- Is disposable
- No
- Is role-based
- No
- Mailbox exists
- Yes
Only for DOCUMENTS of a known page
Documentos de Scribd - Documents from Scribd IMPORTANT: ONLY FOR DOCUMENTS!
On click, the extension reads the active tab's full URL (a scribd.com document URL) and forwards it as a query parameter to a third-party Cloudflare Pages site (documents-downloader.pages.dev). The destination is on a free, unattributed hosting domain rather than a verified publisher domain, and the transmitted URL is not sanitized — any query string, fragment, or session-bearing token in the address would be exfiltrated alongside it.
chrome.action.onClicked.addListener(async (tab) => { const { url } = await getCurrentTab(); chrome.tabs.create({ url: `https://documents-downloader.pages.dev/?documentUrl=${url}`, active: true, });});Extension activates only on scribd.com document pages, then funnels the URL to an external service. This narrowly-scoped piggybacking on a content site to siphon document URLs is a common pattern for grey-area scrapers/affiliate redirectors, though here it is consistent with the extension's stated purpose of downloading scribd documents.
chrome.declarativeContent.onPageChanged.removeRules(undefined, async () => { let exampleRule = { conditions: [ new chrome.declarativeContent.PageStateMatcher({ pageUrl: { hostSuffix: ".scribd.com", urlContains: "doc", }, }), ],By severity
Versions scanned
Showing 1 of 4 scanned versions with more than one unique finding. Counts are unique findings that include each version.
| Extension Version | Code Review Findings |
|---|---|
| 2.0.1 | 2 |
Files with findings
1 distinct path — top paths by unique finding count:
- background.js2
URLs
View the external URLs this extension communicates with to understand its network activity and data interactions.
Gain full insight into all external connections.
Upgrade for full visibility.
Gain full insight into all external connections.
Upgrade for full visibility.
Code Diff
Compare extension code between any two versions.
No comparable text files found between these versions.
Browse and explore files within this extension package
Gain full insight into all external connections.
Upgrade for full visibility.