Instagram Downloader

Download videos and photos from Instagram in one click!

Instagram Downloader란 무엇입니까?

Instagram Downloader은(는) insta.downloader.s에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download videos and photos from Instagram in one click!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        With Instagram Downloader, you can download videos and images from instagram.

Features:
- Convenient popup for working with the extension
- Ability to download all images found on the page in one click
- Download buttons right on the page                    

확장 프로그램 기본 정보

이름 Instagram Downloader Instagram Downloader
ID haljnogpnkegcihcdgcoifpohnffefja
공식 URL https://chrome.google.com/webstore/detail/instagram-downloader/haljnogpnkegcihcdgcoifpohnffefja
설명 Download videos and photos from Instagram in one click!
파일 크기 169 KB
설치 횟수 6,000
현재 버전 1.0.2
최근 업데이트 2021-07-26
출시 날짜 2021-03-14
평점 2.75/5 총 4 개의 평점
개발자 insta.downloader.s
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Insta Downloader",
    "version": "1.0.2",
    "minimum_chrome_version": "49",
    "default_locale": "en",
    "icons": {
        "16": "img\/icons\/icon_16.png",
        "48": "img\/icons\/icon_48.png",
        "128": "img\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icons\/icon_19.png",
            "38": "img\/icons\/icon_38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "includes\/tab.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "includes\/instagram_com.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}