Save for Instagram
The easiest way to download photos and videos from Instagram.com
Save for Instagram란 무엇입니까?
Save for Instagram은(는) Andrii Shevchuk-Yuhanets에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The easiest way to download photos and videos from Instagram.com"입니다.
확장 프로그램 스크린샷
Save for Instagram 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The simplest and the best solution for downloading photos, videos, stories and IGTV from instagram.com Place cursor on photo or video then click right mouse button and "Save as..." This extension doesn't store any user data
확장 프로그램 기본 정보
이름 | Save for Instagram |
ID | abibgkmmeglmaiomdanklcpjmefgcjmc |
공식 URL | https://chromewebstore.google.com/detail/save-for-instagram/abibgkmmeglmaiomdanklcpjmefgcjmc |
설명 | The easiest way to download photos and videos from Instagram.com |
파일 크기 | 17.38 KB |
설치 횟수 | 20,000 |
현재 버전 | 1.37 |
최근 업데이트 | 2020-05-04 |
출시 날짜 | 2020-05-03 |
평점 | 3.77/5 총 98 개의 평점 |
개발자 | Andrii Shevchuk-Yuhanets |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save for Instagram", "short_name": "Save for Instagram", "version": "1.37", "author": "Andrii Shevchuk-Yuhanets", "description": "The easiest way to download photos and videos from Instagram.com", "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "64": "icons\/64x64.png", "128": "icons\/128x128.png" }, "permissions": [ "*:\/\/*.instagram.com\/*", "contextMenus", "downloads", "storage" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "contentscript.js" ], "matches": [ "*:\/\/*.instagram.com\/*" ], "run_at": "document_idle" } ], "options_page": "options.html" } |