IG Media Downloader

Download photos and videos on Instagram with ease.

IG Media Downloader क्या है?

IG Media Downloader pyplacca द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download photos and videos on Instagram with ease."।

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

screenshot
screenshot

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

crx प्रारूप में IG Media Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        IG Media Downloader allows you to easily download photos/videos from the Instagram desktop site in just two clicks. 
No need to switch between tabs and paste copied links for downloading. Just download it right from IG.

PS: If you already have Instagram opened and you just installed this extension, kindly reload the page to harness the full power of the extension.

Changelog
v1.3.0
- Fixed an issue where the download button wasn't appearing in the context menu
- Updated default popup images

v1.3.2
- Bug fix

v1.3.4
- Bug fixes

If you like this app, please rate it and leave a review.
If you spot any issues, kindly leave a message on the Support page.

Thanks for checking out or installing this extension!                    

एक्सटेंशन की मूल जानकारी

नाम IG Media Downloader IG Media Downloader
ID hfcenolookheknpobmckkgccedgnpoff
आधिकारिक URL https://chrome.google.com/webstore/detail/ig-media-downloader/hfcenolookheknpobmckkgccedgnpoff
विवरण Download photos and videos on Instagram with ease.
फ़ाइल का आकार 215 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.3.4
अंतिम अपडेट 2022-10-10
प्रकाशन तिथि 2020-05-25
रेटिंग 2.70/5 कुल 33 रेटिंग्स
डेवलपर pyplacca
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IG Media Downloader",
    "description": "Download photos and videos on Instagram with ease.",
    "version": "1.3.4",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/logo\/igdown16.png",
            "32": "assets\/logo\/igdown32.png",
            "48": "assets\/logo\/igdown48.png",
            "128": "assets\/logo\/igdown128.png"
        }
    },
    "icons": {
        "16": "assets\/logo\/igdown16.png",
        "32": "assets\/logo\/igdown32.png",
        "48": "assets\/logo\/igdown48.png",
        "128": "assets\/logo\/igdown128.png"
    },
    "background.service_worker": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "assets\/content\/js\/content-module.js",
                "assets\/content\/js\/content-popup.js"
            ],
            "css": [
                "assets\/content\/css\/content-style.css"
            ]
        }
    ],
    "permissions": [
        "declarativeContent"
    ]
}