Skip to content

HOAIAN2/Instagram-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram-Downloader

icon

Browser compatibility

This extension should work fine on the following browsers with fetch() API and Chromium base browser, tested Browser:

  • Google Chrome
  • MS Edge
  • FireFox

Install and usage

  • Download latest version and extract to a folder
  • Enable Chrome extensions developer mode
  • Drag and drop extracted folder to chrome://extensions/

Usage

  • Click Download button to fetch data

  • Click on any photos/videos to save

  • Toggle multi select by click on Photos and select photos by click on them (or select all by click and hold on Photos). Then click on Download to save zip file

Features

  • Download posts ✔
  • Download reels ✔
  • Download latest stories ✔
  • Download highlight stories ✔
  • Support high resolution ✔
  • Support download zip file ✔

Customize

Config default download

Set default username, so extension can download their latest post when app first load.

  1. Hold the download button
  2. Change username in textbox
  3. Save and close.

Edit Hide / Show Transition effects

.display-container.hide {
    transform-origin: right bottom;
    transform: scale(0);
    pointer-events: none;
    opacity: 0.1;
}

Keyboard shortcut

  • Download: D
  • Close: esc C c
  • Select all S s
  • Keyboard shortcut should work if you don't focus on special HTML Elements like input textarea or any element with textbox role (ex: comment, search, ...)

Here is Demo

Instagram-Download-v4.0.1-Demo.mp4