Downloader for Instagram™
Save photos and videos from Instagram™! Quick & Easy!
Downloader for Instagram™ क्या है?
Downloader for Instagram™ http://mxnpro.ovh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save photos and videos from Instagram™! Quick & Easy!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Downloader for Instagram™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Save stories, pictures, videos and images to your computer! Thanks to this extension, it's easier than ever before. Simply click on download button to save your favorite Instagram™ images and videos. Discover how to use the app : https://youtu.be/7tMAsr4EVlc ▬▬▬▬ FEATURES ▬▬▬▬ Download : - Videos - Images - Stories - Sliders - IGTV ▬▬▬▬ PRO FEATURES ▬▬▬▬ Mass save pictures to your computer ! Bulk save pictures from : - Hashtags - Location - Your feed - User feed ▬▬▬▬ Enjoy ! Disclamer : This Chrome extension is not endorsed or certified by Instagram™.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dhchoilkelgbblajmpbhpofhheecgkhh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/downloader-for-instagram/dhchoilkelgbblajmpbhpofhheecgkhh |
विवरण | Save photos and videos from Instagram™! Quick & Easy! |
फ़ाइल का आकार | 323 KB |
स्थापना संख्या | 90,000 |
वर्तमान संस्करण | 2.1.15 |
अंतिम अपडेट | 2021-10-19 |
प्रकाशन तिथि | 2020-03-05 |
रेटिंग | 3.42/5 कुल 142 रेटिंग्स |
डेवलपर | http://mxnpro.ovh |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://downloader-for-instagram.mxnpro.ovh/ |
गोपनीयता नीति पृष्ठ URL | https://mxnpro.ovh/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Downloader for Instagram\u2122", "short_name": "Downloader for Instagram\u2122", "version": "2.1.15", "description": "Save photos and videos from Instagram\u2122! Quick & Easy!", "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": [ "storage", "downloads", "activeTab", "downloads", "webRequest", "webRequestBlocking", "*:\/\/*.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": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "js": [ "content.js" ] }, { "run_at": "document_idle", "matches": [ "https:\/\/downloader-for-instagram.mxnpro.ovh\/*" ], "js": [ "checkout.js" ] } ], "web_accessible_resources": [ "dl.png", "dl-multi.png", "load.png" ] } |