Media Downloader for Instagram
Download photos, videos, stories, highlights and profile photos from Instagram with this free utility.
Media Downloader for Instagram란 무엇입니까?
Media Downloader for Instagram은(는) J Gill에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download photos, videos, stories, highlights and profile photos from Instagram with this free utility."입니다.
확장 프로그램 스크린샷
Media Downloader for Instagram 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you to easily download content from Instagram, including: - Photos - Videos - Stories - Reels - IGTV Videos - Story Highlights - Profile Images PLEASE NOTE: If the extension stops working all of a sudden, it's most likely due to an Instagram update. I will update the extension to fix problems as they arise. The extension saves you time by removing the need to visit other websites or use complicated developer tools to download media. Instead, you can use the "Download" buttons that are seamlessly integrated into Instagram's UI. One click and the photo or video will be downloaded! This is perfect if, for example, you want to save something and refer back to it later on. Save content from Instagram effortlessly, in seconds & for free. This extension has been thoroughly tested on instagram.com. I will promptly fix any issues that may arise in future, and I'll also carefully consider user feedback and suggestions. Note: This extension is not intended to be used for bulk downloading. Doing so may result in your Instagram account being automatically blocked. Disclaimer: This is an unofficial Chrome extension, and is not endorsed or approved by Instagram. CHANGELOG: Ver 0.0.0.6 June 4th 2022: Updated once again to work with another Instagram update. Ver. 0.0.0.5 June 2nd 2022: Updated to work with latest Instagram update. Also fixed minor bug caused by URL parameters. Ver. 0.0.0.4 March 12th 2022: Fixed missing download button due to internal Instagram UI change. Also stopped the button pulling Instagram's standard save post button to the right.
확장 프로그램 기본 정보
이름 | |
ID | elncnfbdbdlnhedlakdneebcopameamp |
공식 URL | https://chrome.google.com/webstore/detail/media-downloader-for-inst/elncnfbdbdlnhedlakdneebcopameamp |
설명 | Download photos, videos, stories, highlights and profile photos from Instagram with this free utility. |
파일 크기 | 23.66 KB |
설치 횟수 | 2,000 |
현재 버전 | 0.0.0.6 |
최근 업데이트 | 2022-06-06 |
출시 날짜 | 2021-07-25 |
평점 | 3.17/5 총 12 개의 평점 |
개발자 | J Gill |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Media Downloader for Instagram", "description": "Download photos, videos, stories, highlights and profile photos from Instagram with this free utility.", "version": "0.0.0.6", "manifest_version": 3, "content_scripts": [ { "js": [ "instadownloader.js" ], "css": [ "styles.css" ], "matches": [ "https:\/\/www.instagram.com\/*", "https:\/\/igram.io\/*" ] } ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |