Media Saver for Instagram

Download any photo and video from the instagram to your computer in one click!

Media Saver for Instagram क्या है?

Media Saver for Instagram Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download any photo and video from the instagram to your computer in one click!"।

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

screenshot

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

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

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

                        Save high quality images, photos and videos from Instagram in one click!
Click on its button on the toolbar to download images and videos from Instagram.com.


------------------------------------

Как скачать фото или видео с инстаграм? Как скачать с инстаграмма?
 Установите Media Saver for Instagram и вы сможете скачивать любые картинки, изображения и видео с инстаграм на свой компьютер в один клик!                    

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

नाम Media Saver for Instagram Media Saver for Instagram
ID annjojfceiaonmfjcddndgoegbijooia
आधिकारिक URL https://chromewebstore.google.com/detail/media-saver-for-instagram/annjojfceiaonmfjcddndgoegbijooia
विवरण Download any photo and video from the instagram to your computer in one click!
फ़ाइल का आकार 304 KB
स्थापना संख्या 3,170
वर्तमान संस्करण 1.14
अंतिम अपडेट 2018-02-08
प्रकाशन तिथि 2018-02-07
रेटिंग 3.33/5 कुल 49 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Media Saver for Instagram",
    "description": "Download any photo and video from the instagram to your computer in one click!",
    "version": "1.14",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false,
        "run_at": "document_end"
    },
    "page_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/www.instagram.com\/*",
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "jquery-2.2.4.min.js",
                "jszip.min.js",
                "FileSaver.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "short_name": "Photo and Video Downloader for Instagram",
    "web_accessible_resources": [
        "download_black.png",
        "download_white.png"
    ]
}