Historique de versions de PB Téléchargeur d'images - 8 versions
PB Téléchargeur d'images par pierrick.brd
Historique de versions de PB Téléchargeur d'images - 8 versions
Attention aux anciennes versions ! Elles sont affichées seulement à des fins de test et de référence.Vous devriez toujours utiliser la dernière version d’un module complémentaire.
Dernière version
Version 1.2.2
Publié le 30 mars 2026 - 945,8 KoFonctionne avec firefox 142.0 et versions supérieures1.2.2
Fixes- Fixed ZIP rename conflict handling so moved files no longer force numbering to continue from stale download history entries.
Code source publié sous licence Tous droits réservés
Anciennes versions
Version 1.2.1
Publié le 30 mars 2026 - 945,76 KoFonctionne avec firefox 142.0 et versions supérieures1.2.1
Fixes- Fixed numbered download name conflicts so resumed batches continue from the highest existing number instead of falling back to names such as
...(1).
Code source publié sous licence Tous droits réservés
- Fixed numbered download name conflicts so resumed batches continue from the highest existing number instead of falling back to names such as
Version 1.2.0
Publié le 30 mars 2026 - 945,51 KoFonctionne avec firefox 142.0 et versions supérieures1.2.0
New Features- Added an option to ignore detected images by name before they appear in the results list.
- Added a saved ignore-pattern list in settings so repeated filename patterns such as
logo,avatar, orspritecan be excluded quickly.
Code source publié sous licence Tous droits réservés
Version 1.1.1
Publié le 29 mars 2026 - 944,03 KoFonctionne avec firefox 142.0 et versions supérieuresNEW FEATURES
• Added aRename imagesoption under ZIP settings to rename images inside the ZIP archive
• Image renaming now uses zero-based numbering with padding based on the total number of images
• Example output now follows patterns such as00,01,02or000,001,002depending on the batch size
IMPROVEMENTS
• Preserved checked image selections when reopening the popup on the same tabCode source publié sous licence Tous droits réservés
Version 1.1.0
Publié le 29 mars 2026 - 943,47 KoFonctionne avec firefox 142.0 et versions supérieuresVERSION 1.1.0
MAJOR IMPROVEMENTS
• Added per-tab session isolation for detection state and download progress
• Multiple tabs can now detect images and run downloads in parallel without overwriting each otherCode source publié sous licence Tous droits réservés
Version 1.0.5
Publié le 29 mars 2026 - 942,07 KoFonctionne avec firefox 142.0 et versions supérieuresVERSION 1.0.5
BUG FIXES
• Fixed a popup startup failure caused by an invalid i18n file path in the packaged build
• Restored popup button behavior after the initialization error blocked event binding
• Improved image detection for relative URLs,srcset, lazy-loaded images, CSS backgrounds, posters, and iframe contentCode source publié sous licence Tous droits réservés
Version 1.0.4
Publié le 29 mars 2026 - 941,56 KoFonctionne avec firefox 142.0 et versions supérieuresVersion 1.0.4
This update improves ZIP filename conflict handling.
When downloading a ZIP file whose name already exists and ends with a number, the extension now increments that number directly instead of creating names like (1). For example, images12.zip will now become images13.zip if needed.Code source publié sous licence Tous droits réservés
Version 1.0.3
Publié le 16 févr. 2026 - 943,91 KoFonctionne avec firefox 91.0 et versions supérieuresPB IMG DOWNLOADER - VERSION 1.0.3 RELEASE NOTES
Author: pierrick.brd
NEW FEATURES
• ZIP rename: Custom filename option for ZIP archives (optional setting under ZIP mode)
• Default language: English is now the default interface language
• Header title translation: Main title is now translatable through i18n system
CHANGES FROM 1.0.2
• Added ZIP rename toggle in settings (child option under ZIP download)
• Added text input field for custom ZIP filename when rename is enabled
• Added "headerTitle" key to i18n.json for translatable main header
• Changed default language from French to English
• Fixed download issues in background script
• Code structure improvements (jsv2 folder replaced by js)
VERSION 1.0.2
NEW FEATURES
• Language switcher: Toggle between English and French in settings
• Image counter: Real-time display of detected images count in the toolbar
• Dynamic interface translation: All text elements update instantly when changing language
CHANGES FROM 1.0.1
• Added language preference storage (persisted across sessions)
• Added toolbar counter showing "{count} images" next to refresh button
• Page title now updates based on selected language
• Enhanced i18n system with placeholder support for dynamic content
VERSION 1.0.1
MAIN FEATURES
• Automatic image detection: Scans <img> tags and CSS background-image from the active page
• Visual preview: Popup interface with thumbnail preview of detected images
• Flexible download options:
- Individual image download
- Batch download with multiple selection
- ZIP mode to bundle multiple images into a single archive
• Per-tab management: Session isolation allowing parallel downloads across multiple tabs
• Progress bar: Real-time download progress tracking
• Automatic deduplication: Removes duplicate image URLs
TECHNICAL IMPROVEMENTS
• Uses client-zip library for optimized ZIP archive creation
• Cross-origin image support with advanced HTTP header management
• Redirect handling (302) for ZIP downloads
• Session state persistence during navigation
COMPATIBILITY
• Firefox 91.0 or higher
• Manifest V2
• No user data collection
REQUIRED PERMISSIONS
• activeTab: Image detection on active page
• downloads: File downloads
• storage: User preferences storage
• cookies, webRequest, webRequestBlocking, <all_urls>: Enhanced compatibility for cross-origin image downloads
KNOWN LIMITATIONS
• Internal browser pages (about:, chrome:) cannot be scanned
• Image sorting is based on visible extension in the URLCode source publié sous licence Tous droits réservés