ToolMaster. Download toolkit for Instagram

Download Photo and Video from Instagram. Repost to Feed or Stories. Single or mass download

ToolMaster. Download toolkit for Instagram क्या है?

ToolMaster. Download toolkit for Instagram BestApp's द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download Photo and Video from Instagram. Repost to Feed or Stories. Single or mass download"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ToolMaster. Download toolkit for Instagram

Download Photo and Video from Instagram. Repost to Feed or Stories. Single or mass download
ToolMaster. Download toolkit for Instagram is a simple and powerful tool with numerous features making your user experience even better. 

The main goal is to make your social experience easier and more convenient.

Even more useful features for Instagram users:
- Repost Photo or Video from Instagram feed or any profile page;
- Bulk Downloading to get all Photos and Videos from a user or feed. You can select how many files you want to get to your device. 
- Downloading Stories, one-by-one or all of them at one single click;
- and many more.

ToolMaster. Download toolkit for Instagram does not belong or related to Instagram Inc. in any ways. The extension is developed and maintained independently by BestApp's. My extension is a wrapper to original web application.                    

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

नाम ToolMaster. Download toolkit for Instagram ToolMaster. Download toolkit for Instagram
ID bgbclojjlpkimdhhdhbmbgpkaenfmkoe
आधिकारिक URL https://chromewebstore.google.com/detail/toolmaster-download-toolk/bgbclojjlpkimdhhdhbmbgpkaenfmkoe
विवरण Download Photo and Video from Instagram. Repost to Feed or Stories. Single or mass download
फ़ाइल का आकार 804 KB
स्थापना संख्या 12,611
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2024-03-03
प्रकाशन तिथि 2023-02-24
रेटिंग 4.78/5 कुल 181 रेटिंग्स
डेवलपर BestApp's
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/toolkit-for-instagram
समर्थित भाषाएँ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.2.0",
    "default_locale": "en",
    "icons": {
        "128": "img\/icon_128.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon_16.png"
        },
        "default_title": "__MSG_name__"
    },
    "background": {
        "service_worker": "\/js\/bg.js"
    },
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "webRequest",
        "downloads"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/app.js"
            ],
            "css": [
                "css\/fonts.css",
                "css\/styles.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "img\/*",
                "fonts\/*"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ]
}