belaviyo / save-images

Save loaded images in nested iframe pages
https://webextension.org/listing/save-images.html
254 stars 61 forks source link

Save does not use ZIP filename from "format" (Chrome) #89

Closed SirColeslaw closed 9 months ago

SirColeslaw commented 9 months ago

I have the problem that the file name is not taken from the format field when saving the ZIP file. My parameter is: [title].zip

However, when I click on save, I get a number string instead of the title as the file name, e.g: "9e6dc23c-9f2a-4de6-ba93-8b55a444f19d.zip"

I then tested this in Firefox, where the name is adopted.

belaviyo commented 9 months ago

Have you tried the extension on a clean profile? Usually, this happens when another extension interferes with the downloading process.

SirColeslaw commented 9 months ago

In fact, it was the add-on “ClearURLs 1.26.0” for Chrome which triggered the error.