Downloader for Instagram

The app downloads Stories, Videos and Photos from Instagram website. Convenient mobile interface is available as an option

Downloader for Instagram란 무엇입니까?

Downloader for Instagram은(는) grouptoking에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The app downloads Stories, Videos and Photos from Instagram website. Convenient mobile interface is available as an option"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        For Instagram users, we have an excellent extension - Uploading photos from Instagram + Direct. With our new product, you can download any story or video very quickly and easily. The quality of the downloadable material from Instagram remains the same. There is also feedback, that is, through our extension you can upload photos or videos to Instagram. Another great feature that lets you send direct Instagram messages from your browser. Everything is as convenient as possible. Our product Uploading photos from Instagram + Direct. Lightweight and has a simple interface. Rather, install a free extension and proceed to use it.                    

확장 프로그램 기본 정보

이름 Downloader for Instagram Downloader for Instagram
ID fbooobfmanhhdbhdgolllplpmibneilb
공식 URL https://chrome.google.com/webstore/detail/instagram-downloader-dire/fbooobfmanhhdbhdgolllplpmibneilb
설명 The app downloads Stories, Videos and Photos from Instagram website. Convenient mobile interface is available as an option
파일 크기 121 KB
설치 횟수 1,000
현재 버전 1.0
최근 업데이트 2021-06-04
출시 날짜 2021-04-25
평점 3.50/5 총 4 개의 평점
개발자 grouptoking
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.ensemblevideo.com/company/privacy-policy.aspx
지원되는 언어 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,sv,cs,el,sr,bg,ru,uk,mr,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "\/instagram.png",
        "default_popup": "htmlFrames\/directFrame.html"
    },
    "icons": {
        "128": "\/instagram.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "cssStyles\/addon.css",
                "cssStyles\/addonDiv.css",
                "cssStyles\/addonBody.css",
                "cssStyles\/addonGrid.css"
            ],
            "js": [
                "js\/common.js",
                "\/jquery-2.1.3.min.js",
                "js\/insta_addon_dom.js",
                "js\/insta_addon.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        },
        {
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "js\/common.js",
                "js\/insta_mobil_handler.js",
                "js\/insta_mobil.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        },
        {
            "css": [
                "cssStyles\/searcherDiv.css",
                "cssStyles\/searcherMainContainer.css",
                "cssStyles\/searcherImageStyle.css",
                "cssStyles\/searcherCommon.css"
            ],
            "js": [
                "js\/common.js",
                "js\/searcherContainer.js",
                "js\/searcher.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.seolung.design; object-src 'self'",
    "web_accessible_resources": [
        "\/*.png",
        "\/*.html"
    ],
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/common.js",
            "js\/shadowListener.js",
            "js\/shadowRoot.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads",
        "*:\/\/*.instagram.com\/*",
        "webRequest",
        "webRequestBlocking",
        "contextMenus"
    ],
    "version": "1.0"
}