With regex and some ReactFiber magic, I'm able to know which post you wanna download and fetch the api to download the photos for you.
This extension should work fine on the following browsers with fetch() API and Chromium base browser, tested Browser:
- Google Chrome
- MS Edge
- FireFox
- Download latest version and extract to a folder
- Enable Chrome extensions developer mode
- Drag and drop extracted folder to
chrome://extensions/
-
Go to any
post,reels,stories, etc. Then clickDownloadbutton to fetch data. -
Click on any photos/videos to save.
-
Toggle multi select by click on
Photosand select photos by click on them (or select all by click and hold onPhotos). Then click onDownloadto save zip file. -
If you scroll on the home page, this app will auto detect the post you wanna download so you don't have to click to comment section to open modal. Thanks to ReactFiber.
- Download posts ✔
- Download reels ✔
- Download latest stories ✔
- Download highlight stories ✔
- Support high resolution ✔
- Support download zip file ✔
You can modify anything you want except some constants start with "IG_" that definitely gonna break this extension.
Edit Hide / Show Transition effects
.display-container.hide {
transform-origin: 85% bottom;
transform: scale(0);
pointer-events: none;
opacity: 0.6;
}Some keyboard shortcuts will not work if you use an external application for typing.
- Download:
D - Close:
escCc - Select all
Ss - Keyboard shortcut should work if you don't focus on special HTML Elements like
inputtextareaor any element withtextboxrole (ex: comment, search, ...)
These features was deprecated for some reason.
- V5.1.0
- Set fallback download to latest post from some user.
If you save extension on external partition or drive and your Linux Distro doesn't mount automatically, extension will disappear. You have to mount that partition/drive and restart browser.