Is an extension for Mozilla Firefox that allows download the media from channels or groups that are marked as Protected Media
.
programador51
- If is on the web, is downlable.
- Displays the media controls hidden by telegram
- Share
- Download
- Delete
- Display a popup with all the files fetched from the chat pagination that allows
- Preview the picture in the browser
- Download the media as well
- Download all the media with one button
- Display the media dimensions and size
- node.js enviroment installed (any version)
- node package manager (
npm
)
- Unzip the code on any folder
- Install the dependencies of the
package.json
withnpm i
- Generate the distribution files executing the script on the command line with
npm run create
. (These files are the extension). The script do the follow things:- Bundle the react code (popup ui for the extension)
- Transpiles the
background
files requested by themanifest.json
- Transpiles the
content_scripts
files requested by themanifest.json
- Zip and upload the
dist
folder on the addon page of firefox to debug and run the extension