High Resolution Downloader for Instagram
Easily download high resolution copies of any Instagram photo or video.
High Resolution Downloader for Instagram란 무엇입니까?
High Resolution Downloader for Instagram은(는) Edwin Morris에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily download high resolution copies of any Instagram photo or video."입니다.
확장 프로그램 스크린샷
High Resolution Downloader for Instagram 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Just click the image or video you want to download, and its url will be copied to your clipboard. You can download or open it too. Works for stories, profiles, slideshows, IGTV, DMs, and the feed. This extension will always give you the highest resolution version of an image or video — this is often larger than what Instagram displays. This is an open-source project on GitHub: https://github.com/ehmorris/High-Resolution-Downloader-For-Instagram
확장 프로그램 기본 정보
이름 | High Resolution Downloader for Instagram |
ID | hbijmiokbffalbolieapplfhmmnioeao |
공식 URL | https://chromewebstore.google.com/detail/high-resolution-downloade/hbijmiokbffalbolieapplfhmmnioeao |
설명 | Easily download high resolution copies of any Instagram photo or video. |
파일 크기 | 327 KB |
설치 횟수 | 44,379 |
현재 버전 | 2.0.30 |
최근 업데이트 | 2021-02-13 |
출시 날짜 | 2020-06-14 |
평점 | 3.96/5 총 139 개의 평점 |
개발자 | Edwin Morris |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "version": "2.0.30", "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "clipboardWrite" ] } |