Giter VIP home page Giter VIP logo

instagram-downloader_chrome_extension's Introduction

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

  • There's no shortcode to download any post when you first load, so I prefer you put one user id in main() function. So when you go to Instagram, it will set default shortcode as latest post from that user (I set default user id is Tzuyu).
main(profileID)
  • 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

instagram-downloader_chrome_extension's People

Contributors

hoaian2 avatar kyiro avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.