Downloader for Instagram

Download photo, video and stories from Instagram. Convenient app to review instagram direct messages or news feed. Instagram…

Downloader for Instagram란 무엇입니까?

Downloader for Instagram은(는) http://ig-story.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download photo, video and stories from Instagram. Convenient app to review instagram direct messages or news feed. Instagram…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Easily open direct messages for Instagram just with one click. It's a great tool for Instagram lovers who wants to stay in touch with friends as well as review the news feed like in mobile app. 

Easily save favourite video or image as well as stories from the app.

Direct for IG offers you all mobile interface functions with two additional buttons that simply switch between Instagram direct messages and news feed. You spend much less time to open Direct. Just a single click from your browser turns you to all Instagram features.                    

확장 프로그램 기본 정보

이름 Downloader for Instagram Downloader for Instagram
ID feljkhponccbifjlmmadngdloimjjdld
공식 URL https://chrome.google.com/webstore/detail/downloader-for-instagram/feljkhponccbifjlmmadngdloimjjdld
설명 Download photo, video and stories from Instagram. Convenient app to review instagram direct messages or news feed. Instagram…
파일 크기 86.52 KB
설치 횟수 82,520
현재 버전 1.4
최근 업데이트 2022-10-28
출시 날짜 2021-03-01
평점 4.77/5 총 9266 개의 평점
개발자 http://ig-story.net
결제 유형 free
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "img\/*",
        "css\/*"
    ],
    "name": "__MSG_extName__",
    "default_locale": "en",
    "icons": {
        "128": "img\/icons\/icon-128.png"
    },
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "version": "1.4",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ],
            "all_frames": true,
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/libs\/jquery.min.js",
                "js\/content\/content.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/content\/instaLinkListener.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "32": "img\/icons\/icon-128.png"
        }
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "downloads"
    ]
}