InstImage Downloader

Download any image and video with only one click from instagram.

InstImage Downloader란 무엇입니까?

InstImage Downloader은(는) Faruk Cepni에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download any image and video with only one click from instagram."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

InstImage Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        InstImage Downloader is used to download any instagram original image, video or image set with one click. You can download original instagram image not small image.

- Visit instagram website.
- Right click on any instagram image.
- Click "Download Original Image" button.
- You can use options tab to change image size and filename pattern.
and the image will be downloaded your Downloads folders.

CHANGE LOG:

Version 1.5:
 - Fix download problem

Version 1.4
 - Fix download problems 
 - Change name and icons

Version 1.3:
 - Implemented new instagram API
 - Fixed some minor bugs.                    

확장 프로그램 기본 정보

이름 InstImage Downloader InstImage Downloader
ID hakiffelphopoieifihpjkpbcnhfgfhi
공식 URL https://chrome.google.com/webstore/detail/instimage-downloader/hakiffelphopoieifihpjkpbcnhfgfhi
설명 Download any image and video with only one click from instagram.
파일 크기 57.18 KB
설치 횟수 7,000
현재 버전 1.5
최근 업데이트 2022-06-28
출시 날짜 2019-08-25
평점 3.31/5 총 29 개의 평점
개발자 Faruk Cepni
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/ext-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "InstImage Downloader",
    "description": "Download any image and video with only one click from instagram.",
    "version": "1.5",
    "author": "Faruk Cepni",
    "manifest_version": 3,
    "offline_enabled": false,
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.instagram.com\/*",
        "https:\/\/i.instagram.com\/*"
    ],
    "icons": {
        "16": "assets\/logo_16.png",
        "20": "assets\/logo_20.png",
        "24": "assets\/logo_24.png",
        "32": "assets\/logo_32.png",
        "48": "assets\/logo_48.png",
        "64": "assets\/logo_64.png",
        "128": "assets\/logo_128.png",
        "256": "assets\/logo_256.png",
        "512": "assets\/logo_512.png"
    },
    "content_scripts": [
        {
            "js": [
                "sentry.6.17.3.js",
                "sentry_logger.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "main.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html"
}