A web extension that downloads html media files (anything that has an src attribute) present in the current page The extension isn't signed or packaged yet. It has been tested on firefox dev edition.
- Type
about:debugging
in your address bar - Click "This Firefox"
- Click "Load Temporary Add-on"
- Select any file in the extension's directory (I like to select the manifest.json file)
- Type
chrome://extensions
in your address bar. - Enable Developer Mode by clicking the toggle switch next to Developer mode.
- Click the LOAD UNPACKED button and select the extension directory.
- Select any file in the extension's directory (I like to select the manifest.json file)
For now, clicking the extension icon will trigger a script that adds an overlay over elements that are under the mouse cursor, clicking an element will trigger a script that downloads whatever is at the src