Greasy Fork is available in English.

Instagram Download Button

Add the download button and the open button to download or open profile picture and media in the posts, stories, and highlights in Instagram

Tính đến 18-05-2022. Xem phiên bản mới nhất.

Tác giả
ZhiYu_
Đánh giá
0 0 0
Phiên bản
1.11b1
Đã tạo
05-07-2020
Đã cập nhật
18-05-2022
Sự tương thích
Tương thích với Firefox Tương thích với Chrome Tương thích với Edge
Giấy phép
MIT
Áp dụng cho

Instagram Download Button

Buy Me A Coffee

Github, Greasy Fork , OpenUserJS

This repository is a JavaScript for Greasemonkey/Tampermonkey. This script will add a download button and open button to your Instagram and you can download or open profile pictures, media in the posts, stories, and highlights by one click.

The newer versions code only do some simple tests on Chrome. So if you have any problem, please feel free to contact me in English or Chinese and attach your runtime environment.

Note: This script only tests on Chrome , Edge, and Firefox with Tampermonkey on Windows 10 1903 64-bit.

Options

This script can be configured by modifying the following constant variables in the head of this script.

  • attachLink : boolean, attach the link into the button elements if true
  • postFilenameTemplate : string, naming rule for media downloading in the post
  • storyFilenameTemplate : string, naming rule for media downloading in the story

Naming Template

  • %id% : the poster id
  • %datetime% : the media upload time
  • %medianame% : the original media file name
  • %postId% : the post id
  • %mediaIndex% : the media index in multiple-media posts
  • %ext% : the file extension of media

Shortcut Keys (Invalid in newer versions)

  • Alt + i : Open the media in the new tab
  • Alt + k : Download the media
  • Alt + j : Next media in the multiple media post
  • Alt + l : Previous media in the multiple media post

The shortcut keys do not work on the Instagram main page currently

drawing
drawing
drawing

Contributors

License

MIT