Save for Instagram

The easiest way to download photos and videos from Instagram.com

Save for Instagram क्या है?

Save for Instagram Andrii Shevchuk-Yuhanets द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The easiest way to download photos and videos from Instagram.com"।

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

screenshot
screenshot
screenshot

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

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

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

                        The simplest and the best solution for downloading photos, videos, stories and IGTV from instagram.com

Place cursor on photo or video then click right mouse button and "Save as..."

This extension doesn't store any user data                    

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

नाम Save for Instagram Save for Instagram
ID abibgkmmeglmaiomdanklcpjmefgcjmc
आधिकारिक URL https://chromewebstore.google.com/detail/save-for-instagram/abibgkmmeglmaiomdanklcpjmefgcjmc
विवरण The easiest way to download photos and videos from Instagram.com
फ़ाइल का आकार 17.38 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 1.37
अंतिम अपडेट 2020-05-04
प्रकाशन तिथि 2020-05-03
रेटिंग 3.77/5 कुल 98 रेटिंग्स
डेवलपर Andrii Shevchuk-Yuhanets
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save for Instagram",
    "short_name": "Save for Instagram",
    "version": "1.37",
    "author": "Andrii Shevchuk-Yuhanets",
    "description": "The easiest way to download photos and videos from Instagram.com",
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "*:\/\/*.instagram.com\/*",
        "contextMenus",
        "downloads",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "options_page": "options.html"
}