Mass Downloader For Instagram™ Photos Videos
Batch download instagram Instagram™ posts, photos and videos to your computer in one click!
Mass Downloader For Instagram™ Photos Videos क्या है?
Mass Downloader For Instagram™ Photos Videos MXNPro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Batch download instagram Instagram™ posts, photos and videos to your computer in one click!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mass Downloader For Instagram™ Photos Videos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
How to download Instagram Photos or Videos? Thanks to this extension, you can save multiple posts to your computer in just on click! ▬▬▬▬▬▬▬▬ FEATURES ▬▬▬▬▬▬▬▬ > Mass / Bulk download > Save photos > Save videos > Save full sliders' content ▬▬▬▬▬▬▬▬ DISCLAMER ▬▬▬▬▬▬▬▬ This Chrome extension is not endorsed or certified by Instagram™. All Instagram™ logos and trademarks displayed on this extension are property of third parties. This plugin is distributed AS IS. You use it at your own risk. For more info, privacy policy and terms of service, visit our web site: http://www.mxnpro.ovh/
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dgmplgcmonepegccfoafefopogoiodha |
आधिकारिक URL | https://chrome.google.com/webstore/detail/mass-downloader-for-insta/dgmplgcmonepegccfoafefopogoiodha |
विवरण | Batch download instagram Instagram™ posts, photos and videos to your computer in one click! |
फ़ाइल का आकार | 215 KB |
स्थापना संख्या | 5,000 |
वर्तमान संस्करण | 1.1.5 |
अंतिम अपडेट | 2021-09-27 |
प्रकाशन तिथि | 2019-05-31 |
रेटिंग | 1.72/5 कुल 29 रेटिंग्स |
डेवलपर | MXNPro |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://mxnpro.ovh/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mass Downloader For Instagram\u2122 Photos Videos", "short_name": "Mass Downloader For Instagram\u2122", "version": "1.1.5", "description": "Batch download instagram Instagram\u2122 posts, photos and videos to your computer in one click!", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "activeTab", "downloads", "webRequest", "webRequestBlocking", "storage", "*:\/\/*.instagram.com\/*" ], "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/mass-downloader-for-instagram.mxnpro.ovh\/*" ], "js": [ "checkout.js" ] } ], "web_accessible_resources": [ "extractor.js", "autoConnect.js" ] } |