Skip to content

Releases: stefansundin/devtools-download-panel

v0.4.0

21 Jul 02:20
Compare
Choose a tag to compare
  • 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 prepared ffmpeg command that you might be able to use to download the playlist to a video file.
  • Some bug fixes.

v0.3.0...v0.4.0

v0.3.0

21 Jul 01:58
Compare
Choose a tag to compare
  • 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

16 Sep 05:47
Compare
Choose a tag to compare
  • 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

06 May 20:11
Compare
Choose a tag to compare
  • 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

13 Jan 00:26
Compare
Choose a tag to compare
  • 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

11 Jan 00:31
Compare
Choose a tag to compare
  • 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

02 Nov 02:27
Compare
Choose a tag to compare
  • 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

18 Dec 07:45
Compare
Choose a tag to compare
  • 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

12 Dec 07:03
Compare
Choose a tag to compare
  • Add network capture feature, with regex filtering and predefined filters.
  • Add history feature.
  • Add icon.

v0.0.1

09 Dec 02:46
Compare
Choose a tag to compare
  • First release.