Download photo from instagram

Download any photo, video and story from Instagram to computer

Download photo from instagram란 무엇입니까?

Download photo from instagram은(는) jimmy.daniel.7834에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download any photo, video and story from Instagram to computer"입니다.

확장 프로그램 스크린샷

screenshot

Download photo from instagram 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The feature you always dreamed about but couldn’t find. So no more Instagram screenshots and screen recordings. This useful Chrome extension will help you download photos, videos and stories from Instagram to your computer. 

Just enable it by clicking a button located in the extensions section of your browser. Now all your favourite content can be saved any time you want! 

To download photos or videos do the following:

- open a post with a photo or video you want to save
- click the ‘Download’ button right under the post 
- choose a folder on your computer and save 

If you want to download stories do this:

- open the needed stories
- pause it
- click the ‘Download’ button under the ‘Close’ button on the top right
- choose a folder on your computer and save 

Don’t lose your important information from Instagram and store it on your PC with our extension. Access it 24/7!                    

확장 프로그램 기본 정보

이름 Download photo from instagram Download photo from instagram
ID fhllildlikmifjkoejmohabfddmndphf
공식 URL https://chromewebstore.google.com/detail/download-photo-from-insta/fhllildlikmifjkoejmohabfddmndphf
설명 Download any photo, video and story from Instagram to computer
파일 크기 485 KB
설치 횟수 10,000
현재 버전 2.0.39
최근 업데이트 2021-07-19
출시 날짜 2021-07-19
평점 1.29/5 총 34 개의 평점
개발자 jimmy.daniel.7834
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.0.39",
    "default_locale": "en",
    "icons": {
        "512": "icons\/instagram.png"
    },
    "web_accessible_resources": [
        "icons\/download_black.png",
        "icons\/download_white.png",
        "icons\/instagram.png"
    ],
    "permissions": [
        "downloads",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.cdninstagram.com\/*"
            ],
            "js": [
                "js\/extension.js"
            ],
            "css": [
                "css\/extension.css"
            ]
        }
    ]
}