/Instagram-Downloader

Chrome Extension, download photos, videos from Instagram post, tv, reels, stories

Primary LanguageJavaScriptMIT LicenseMIT

Instagram-Downloader

Browser compatibility

This extension should work fine on the following browsers with fetch() API:

  • Google Chrome
  • MS Edge

Install and usage

  • Download latest version and extract to a folder
  • Enable Chrome extensions developer mode
  • Drag and drop extracted folder to chrome://extensions/
  • Click Download button to fetch data then click on any photos/videos to save

Features

  • Download posts
  • Download reels
  • Download latest stories
  • Download highlight stories

Customize

  • Put your favourite one Instagram id on this function in main.js file, when app load it's gonna download latest post from that user, by default it's gonna download latest Tzuyu post
setDefaultShortcode(profileID)
  • If you know something about CSS, you can 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 d
  • Close: esc C c
  • Keyboard shortcut should work if you don't focus on special HTML Elements like input textarea (ex: comment, search, ...)

Here is Demo

Demo