
PicPicker por Ariel Flesler
Privacy-first browser extension to extract all images from any webpage with one click
No hay usuariosNo hay usuarios
Metadata de la extensión
Capturas de pantalla



Sobre esta extensión
A powerful browser extension that extracts all images from any webpage with one click. Works universally on any website - no domain restrictions. Extract images from img tags, CSS backgrounds, SVG elements, video posters, and even lazy-loaded content
Calificado 5 por 1 revisor
Permisos y datosSaber más
Permisos requeridos:
- Descargar archivos y leer y modificar el historial de descargas del navegador
Recolección de datos:
- El desarrollador dice que esta extensión no requiere recolección de datos.
Más información
- Enlaces del complemento
- Versión
- 2.3.3
- Tamaño
- 45,36 KB
- Última actualización
- hace 16 días (28 de sep. de 2025)
- Categorías relacionadas
- Licencia
- Licencia MIT
- Política de privacidad
- Leer la política de privacidad de este complemento
- Historial de versiones
- Añadir a la colección
Notas de prensa para 2.3.3
- Ignore many false positives from no longer enforcing image extensions
- Simpler and more reliable path/URL normalization function
- Use the srcset library to better parse srcset attributes
- General QoL improvements, reduce DOM creation code and add some DOM helpers
- Remove much of the URL filtering logic, since all URLs are known to be images by context
- Extract image from ::before and ::after image sources
- Transition from ESLint from recommended-type-checked to strict-type-checked
- Fire an alert when no images could be extracted from a page
- Improve background extraction, now works in Getty images
- Handle URLs without protocol, prepend it
- Handle a few domains known to block via CORS/CORP, don't even try to display those and show a warning
- Add 'Save As' checkbox functionality and update download settings
- Un-implement the text search functionality