Historial de versiones de NetArmature - 3 versiones
NetArmature por Sonia
Historial de versiones de NetArmature - 3 versiones
¡Ten cuidad con las versiones antiguas! Se suelen mostrar para pruebas y a modo de referencia.Deberías usar siempre la última versión disponible de un complemento.
Última versión
Versión 1.1.1
Lanzada el 25 de ago. de 2026 - 152,99 KBCompatible con firefox 140.0 y superiores, android 142.0 y superioresNetArmature scans the page you're on for signs of a scam — fake job postings, rental listings, travel bookings, and money-transfer/payment sites — and shows a quiet toolbar badge when something looks risky (no popups, no page banners).
What it checks:
- Suspicious redirect chains that land you on an unrelated domain
- Brand impersonation (a known company's name on a domain that isn't theirs)
- Domain age and registration info via public RDAP lookups
- Common scam-page language patterns (urgency, payment requests, etc.)
Everything runs locally in your browser — no account, no data sent to any server we run.Se publicó el código fuente bajo la licencia Todos los derechos reservados
Versiones antiguas
Versión 1.1.0
Lanzada el 16 de ago. de 2026 - 143,29 KBCompatible con firefox 109.0 y superioresThis version significantly expands scam-brand detection coverage (400+ banks, fintechs, and travel/booking brands worldwide, up from a much smaller initial set), completes full translation of all phishing-detection logic into all 10 supported languages (previously several detection phrases were English-only), and adds two new detection signals: suspicious/disposable top-level domains, and near-empty page content on free hosting platforms — both common patterns in real-world phishing pages we tested against.
Note on the "Unsafe assignment to innerHTML" validation warning: all innerHTML assignments in popup.js insert only static, hardcoded translation strings, numbers, or empty placeholder elements. Any text derived from the analyzed page itself (page title, detected brand names, error messages that may echo page content) is deliberately filled in afterward via textContent rather than spliced into the innerHTML template — textContent is never interpreted as markup by the browser, so this pattern prevents a malicious page from injecting content into the extension's own popup UI. This design is intentional and documented in code comments at each site.Se publicó el código fuente bajo la licencia Todos los derechos reservados
Versión 1.0.0
Lanzada el 12 de ago. de 2026 - 99,72 KBCompatible con firefox 109.0 y superioresSe publicó el código fuente bajo la licencia Todos los derechos reservados