tonystark93/crx-download

Downloading extensions with names containing illegal characters

Closed this issue · 2 comments

Trying to download an extension "Burner Emails: Easy, Fast, Disposable Emails", which contains illegal characters (probably ':', ','), the extension refuses to download
That extension: https://chrome.google.com/webstore/detail/burner-emails-easy-fast-d/dnnmaoecogobjdiieopljefemjdkkaja
image

@ckykenken Hope you using the latest version of crx downloader.

return (title).replace(/[&\/\\#,+()$~%.'":*?<>{}]/g, '-').split(" ").join("-");

As you can see we do sanitize the folder names to removed certain characters.

If you are using the latest version and still facing the issue. Please let us know which OS, and default language you are using(helpful in finding the root cause of the issue)

@ckykenken The issue is fixed and updated. Please update the extension. If you are facing any issues for any particular extension url, update it here.