Bulk Downloader for Instagram™

Downloads a backup of Instagram™ media

Bulk Downloader for Instagram™ क्या है?

Bulk Downloader for Instagram™ fattynoparents द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Downloads a backup of Instagram™ media"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bulk Downloader for Instagram™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}