instadl
download instagram pictures in original size
instadl란 무엇입니까?
instadl은(는) app toolbelt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "download instagram pictures in original size"입니다.
instadl 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Download Instagram photos in their original size. + Simpler viewing experience! 0.1.0 UPDATE! Reworked things internally for a better experience. Even if the extension is not active, you can right click pictures to bring up the menu. This means you can't hover to see like or comment count. But left clicking the image works as normal to see that info. Up next, better performance, chronological file names when downloaded, and a simple progress bar while downloading. Not supported for download currently: Video Multiple photos part of a post Timestamp of when photo was uploaded
확장 프로그램 기본 정보
이름 | |
ID | elbbndodohegppjpmfgjpdgmnfgibagd |
공식 URL | https://chrome.google.com/webstore/detail/instadl/elbbndodohegppjpmfgjpdgmnfgibagd |
설명 | download instagram pictures in original size |
파일 크기 | 72.36 KB |
설치 횟수 | 32 |
현재 버전 | 0.1.1 |
최근 업데이트 | 2018-06-19 |
출시 날짜 | 2018-06-19 |
개발자 | app toolbelt |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "instadl", "description": "download instagram pictures in original size", "version": "0.1.1", "browser_action": { "default_icons": { "19": "icon48.png", "38": "icon48.png" }, "default_title": "instadl" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "downloads", "*:\/\/*.instagram.com\/*", "*:\/\/*.cdninstagram.com\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.cdninstagram.com\/*" ], "css": [ "insta.css" ], "js": [ "jquery.js", "insta.js" ] } ] } |