Save Instagram contents easy and quickly!

Just right mouse click to open an Instagram image or video in a new tab

Save Instagram contents easy and quickly! क्या है?

Save Instagram contents easy and quickly! nameless.dot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Just right mouse click to open an Instagram image or video in a new tab"।

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

screenshot
screenshot
screenshot

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

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

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

                        Just right mouse click on the image or video and select "Open in a new tab", from there you can download the desired media (e.g. using "File > Save as..." or pressing Ctrl+S or Cmd+S for macOS users)                    

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

नाम Save Instagram contents easy and quickly! Save Instagram contents easy and quickly!
ID abnifgjenbbcjajbglkhbojefeckmbci
आधिकारिक URL https://chromewebstore.google.com/detail/save-instagram-contents-e/abnifgjenbbcjajbglkhbojefeckmbci
विवरण Just right mouse click to open an Instagram image or video in a new tab
फ़ाइल का आकार 29.64 KB
स्थापना संख्या 46
वर्तमान संस्करण 1.1
अंतिम अपडेट 2020-04-26
प्रकाशन तिथि 2020-04-26
डेवलपर nameless.dot
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Instagram contents easy and quickly!",
    "version": "1.1",
    "description": "Just right mouse click to open an Instagram image or video in a new tab",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "*:\/\/*.instagram.com\/*"
    ],
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    },
    "background": {
        "page": "src\/index.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "match_about_blank": true,
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "src\/content\/index.js"
            ],
            "run_at": "document_end"
        }
    ]
}