Releases: stefansundin/devtools-download-panel
Releases · stefansundin/devtools-download-panel
v0.4.0
- Migrate to Manifest V3.
- Add an FFmpeg "helper". If you put an
.m3u8
URL in the URL field, then a new text field will appear with a preparedffmpeg
command that you might be able to use to download the playlist to a video file. - Some bug fixes.
v0.3.0
- Add a better inspection feature for the filename field, using script injection.
- Some bug fixes.
(This was released on July 28, 2021 but I forgot to create a release.)
v0.2.1
- Support dark mode.
- Waits 100ms between each download when using the
download all
feature. - Add support for backreferences in the filename field. See README.
v0.2.0
- Add "Hide data URLs" option.
- Allow use of Cmd/Ctrl-click to open links in new tab (previous only middle-click worked).
- Fixed a lot of minor bugs.
v0.1.1
- Inspect an element and a badge will appear in the filename text field. Click it to use the text contents as your filename.
- Check inspected element on startup.
v0.1.0
- Add indicators if url has been downloaded already.
- Add checkbox to automatically start downloads.
- Add option to reverse lists.
- No longer clear url and filename fields when download starts.
v0.0.4
- Fix "undefined" in grab-inspected-links link text.
- You can now end the filename field with
/
and the extension will automatically try to extract a filename from the url. - If you leave out the file extension in the filename field, it will be extracted from the url if possible.
- Add Clear list on navigation checkbox.
v0.0.3
- Add ability to grab urls from links on the page, either all links or only links that is within the element you are inspecting.
- Add ability to grab the list of loaded resources, and even preview images.
- Prevent Esc key from bringing up the console when editing text fields. The Esc key clears the text field instead.
v0.0.2
- Add network capture feature, with regex filtering and predefined filters.
- Add history feature.
- Add icon.
v0.0.1
- First release.