Margatsni

Utility extension for Instagram.

Margatsni क्या है?

Margatsni Hai Nguyen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Utility extension for Instagram."।

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

screenshot
screenshot
screenshot

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

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

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

                        * UPDATE Feb 20, 2018: Support enabling/disabling and pausing/playing stories.
* UPDATE Jul 09, 2017: Support for multiple-photo items.
* UPDATE Jun 11, 2017: Hover over profile pictures to download.
 
Margatsni allows users to download photos and videos from Instagram. 

Currently supported features:
- Download high quality photos if possible (Instagram has allowed uploading of HD images since late 2015).
- Download videos.
- Download buttons are available in both your feed (next to the heart button) and Instagram users' profiles (on moving mouse over each item).
- Disable/enable stories.
- Pause stories.

* DISCLAIMER: This extension is provided as a convenient tool and is by no means related to Instagram, LLC. I am not responsible for any illegal distribution or reposting of the content downloaded using this tool.                    

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

नाम Margatsni Margatsni
ID mijhjcajhhoodjdjpjooppacmodnignn
आधिकारिक URL https://chrome.google.com/webstore/detail/margatsni/mijhjcajhhoodjdjpjooppacmodnignn
विवरण Utility extension for Instagram.
फ़ाइल का आकार 176 KB
स्थापना संख्या 6,114
वर्तमान संस्करण 3.31
अंतिम अपडेट 2018-06-02
प्रकाशन तिथि 2018-06-02
रेटिंग 3.94/5 कुल 205 रेटिंग्स
डेवलपर Hai Nguyen
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Margatsni",
    "description": "Utility extension for Instagram.",
    "version": "3.31",
    "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",
                "storiesUtils.js"
            ],
            "run_at": "document_end"
        }
    ],
    "short_name": "Margatsni",
    "web_accessible_resources": [
        "download_black.png",
        "download_white.png",
        "pause.png",
        "play.png"
    ]
}