IG Media Downloader

Download photos and videos on Instagram with ease.

IG Media Downloader란 무엇입니까?

IG Media Downloader은(는) pyplacca에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download photos and videos on Instagram with ease."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        IG Media Downloader allows you to easily download photos/videos from the Instagram desktop site in just two clicks. 
No need to switch between tabs and paste copied links for downloading. Just download it right from IG.

PS: If you already have Instagram opened and you just installed this extension, kindly reload the page to harness the full power of the extension.

Changelog
v1.3.0
- Fixed an issue where the download button wasn't appearing in the context menu
- Updated default popup images

v1.3.2
- Bug fix

v1.3.4
- Bug fixes

If you like this app, please rate it and leave a review.
If you spot any issues, kindly leave a message on the Support page.

Thanks for checking out or installing this extension!                    

확장 프로그램 기본 정보

이름 IG Media Downloader IG Media Downloader
ID hfcenolookheknpobmckkgccedgnpoff
공식 URL https://chrome.google.com/webstore/detail/ig-media-downloader/hfcenolookheknpobmckkgccedgnpoff
설명 Download photos and videos on Instagram with ease.
파일 크기 215 KB
설치 횟수 10,000
현재 버전 1.3.4
최근 업데이트 2022-10-10
출시 날짜 2020-05-25
평점 2.70/5 총 33 개의 평점
개발자 pyplacca
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IG Media Downloader",
    "description": "Download photos and videos on Instagram with ease.",
    "version": "1.3.4",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/logo\/igdown16.png",
            "32": "assets\/logo\/igdown32.png",
            "48": "assets\/logo\/igdown48.png",
            "128": "assets\/logo\/igdown128.png"
        }
    },
    "icons": {
        "16": "assets\/logo\/igdown16.png",
        "32": "assets\/logo\/igdown32.png",
        "48": "assets\/logo\/igdown48.png",
        "128": "assets\/logo\/igdown128.png"
    },
    "background.service_worker": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "assets\/content\/js\/content-module.js",
                "assets\/content\/js\/content-popup.js"
            ],
            "css": [
                "assets\/content\/css\/content-style.css"
            ]
        }
    ],
    "permissions": [
        "declarativeContent"
    ]
}