Bulk Downloader for Instagram™

Downloads a backup of Instagram™ media

Bulk Downloader for Instagram™란 무엇입니까?

Bulk Downloader for Instagram™은(는) fattynoparents에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Downloads a backup of Instagram™ media"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This is a paid extension, please contact me through email [email protected] to get a test license key if you wish to test the extension first.

A browser extension for bulk downloading images and videos from an Instagram account.
Supports downloading saved Instagram posts.

How to use:
1) In your browser log in to your Instagram account
2) Go to https://www.instagram.com/[user_name]/ URL if you want to download media from a certain account, or to https://www.instagram.com/[your_account_name]/saved/ if you want to download your saved posts.
3) Open the pop-up of the extension and choose the date range for which you want to download the media.
4) If the number of media is too big you might want to use the Random time intervals option in order not to be locked out from your account.

Versions:
v1.0.0 - first version                    

확장 프로그램 기본 정보

이름 Bulk Downloader for Instagram™ Bulk Downloader for Instagram™
ID hhppoohgmopnnbfpknmcjofmgojhclek
공식 URL https://chrome.google.com/webstore/detail/bulk-downloader-for-insta/hhppoohgmopnnbfpknmcjofmgojhclek
설명 Downloads a backup of Instagram™ media
파일 크기 657 KB
설치 횟수 264
현재 버전 1.0.0
최근 업데이트 2023-01-19
출시 날짜 2023-01-18
평점 3.67/5 총 3 개의 평점
개발자 fattynoparents
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://chatsavers.org
도움말 페이지 URL https://chatsavers.org/contact
개인정보 보호 정책 페이지 URL https://htmlpreview.github.io?https://github.com/fattynoparents/policy/blob/master/privacy%20policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bulk Downloader for Instagram\u2122",
    "description": "Downloads a backup of Instagram\u2122 media",
    "version": "1.0.0",
    "background": {
        "service_worker": "js\/checkLicense.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "js\/zip.js",
                "js\/z-worker.js",
                "js\/deflate.js",
                "js\/patch-worker.js",
                "js\/FileSaver.js",
                "js\/moment.js"
            ],
            "css": [
                "css\/custom.css",
                "css\/spinkit.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/",
        "https:\/\/*.cdninstagram.com\/",
        "https:\/\/*.fbcdn.net\/",
        "https:\/\/*.fbsbx.com\/",
        "https:\/\/chatsavers.org\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/z-worker.js",
                "js\/deflate.js",
                "js\/patch-worker.js",
                "js\/FileSaver.js",
                "css\/custom.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.instagram.com\/*"
        ]
    },
    "icons": {
        "128": "imgs\/128.png"
    }
}