Image and Video Downloader
Save images and videos from Instagram.
Image and Video Downloader क्या है?
Image and Video Downloader BrowserNative द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save images and videos from Instagram."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Image and Video Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Save images and videos from Instagram. Right click on images to save. To save videos, first play it and then right click > Save. Visit homepage for more: https://browsernative.com/instagram-downloader/ Extension by BrowserNative, forked from InstaSee by Chris Panayotoff. Not created by or affiliated with Instagram.com.
एक्सटेंशन की मूल जानकारी
नाम | Image and Video Downloader |
ID | khnadcdfjbjgojiilfdebbpiepokangj |
आधिकारिक URL | https://chromewebstore.google.com/detail/image-and-video-downloade/khnadcdfjbjgojiilfdebbpiepokangj |
विवरण | Save images and videos from Instagram. |
फ़ाइल का आकार | 160 KB |
स्थापना संख्या | 39,218 |
वर्तमान संस्करण | 0.3.0 |
अंतिम अपडेट | 2020-06-01 |
प्रकाशन तिथि | 2020-05-31 |
रेटिंग | 3.90/5 कुल 311 रेटिंग्स |
डेवलपर | BrowserNative |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://browsernative.com/instagram-downloader/ |
सहायता पृष्ठ URL | https://browsernative.com/instagram-downloader/ |
गोपनीयता नीति पृष्ठ URL | https://browsernative.com/extensions-privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image and Video Downloader", "description": "Save images and videos from Instagram.", "version": "0.3.0", "manifest_version": 2, "homepage_url": "https:\/\/browsernative.com\/instagram-downloader\/", "icons": { "16": "static\/icon-16.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "js\/content.js" ] } ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "contextMenus", "downloads" ], "browser_action": { "default_icon": "static\/icon-128.png", "default_title": "Image and Video Downloader for Instagram" } } |