
PicPicker od Ariel Flesler
Privacy-first browser extension to extract all images from any webpage with one click
Žádní uživateléŽádní uživatelé
Metadata rozšíření
Snímky obrazovky



O tomto rozšíření
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
Ohodnoceno 5 1 redaktorem
Oprávnění a dataZjistit více
Požadovaná oprávnění:
- Stahovat soubory a číst a upravovat historii stahování prohlížeče
Sběr dat:
- Podle vývojáře toto rozšíření nevyžaduje sběr dat.
Další informace
- Odkazy doplňku
- Verze
- 2.3.3
- Velikost
- 45,36 KB
- Poslední aktualizace
- před 16 dny (28. zář 2025)
- Příbuzné kategorie
- Licence
- Licence MIT
- Zásady ochrany osobních údajů
- Přečtěte si zásady ochrany osobních údajů pro tento doplněk
- Historie změn
- Přidat do sbírky
Poznámky k verzi 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