Media Saver for Instagram
Download any photo and video from the instagram to your computer in one click!
Media Saver for Instagram란 무엇입니까?
Media Saver for Instagram은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download any photo and video from the instagram to your computer in one click!"입니다.
확장 프로그램 스크린샷
Media Saver for Instagram 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Save high quality images, photos and videos from Instagram in one click! Click on its button on the toolbar to download images and videos from Instagram.com. ------------------------------------ Как скачать фото или видео с инстаграм? Как скачать с инстаграмма? Установите Media Saver for Instagram и вы сможете скачивать любые картинки, изображения и видео с инстаграм на свой компьютер в один клик!
확장 프로그램 기본 정보
이름 | Media Saver for Instagram |
ID | annjojfceiaonmfjcddndgoegbijooia |
공식 URL | https://chromewebstore.google.com/detail/media-saver-for-instagram/annjojfceiaonmfjcddndgoegbijooia |
설명 | Download any photo and video from the instagram to your computer in one click! |
파일 크기 | 304 KB |
설치 횟수 | 3,170 |
현재 버전 | 1.14 |
최근 업데이트 | 2018-02-08 |
출시 날짜 | 2018-02-07 |
평점 | 3.33/5 총 49 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Media Saver for Instagram", "description": "Download any photo and video from the instagram to your computer in one click!", "version": "1.14", "background": { "scripts": [ "background.js" ], "persistent": false, "run_at": "document_end" }, "page_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/www.instagram.com\/*", "declarativeContent" ], "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "jquery-2.2.4.min.js", "jszip.min.js", "FileSaver.min.js", "content.js" ], "run_at": "document_end" } ], "short_name": "Photo and Video Downloader for Instagram", "web_accessible_resources": [ "download_black.png", "download_white.png" ] } |