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文件

下載Bulk Downloader for Instagram™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}