instadl
download instagram pictures in original size
instadl क्या है?
instadl app toolbelt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "download instagram pictures in original size"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में instadl एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Download Instagram photos in their original size. + Simpler viewing experience! 0.1.0 UPDATE! Reworked things internally for a better experience. Even if the extension is not active, you can right click pictures to bring up the menu. This means you can't hover to see like or comment count. But left clicking the image works as normal to see that info. Up next, better performance, chronological file names when downloaded, and a simple progress bar while downloading. Not supported for download currently: Video Multiple photos part of a post Timestamp of when photo was uploaded
एक्सटेंशन की मूल जानकारी
नाम | |
ID | elbbndodohegppjpmfgjpdgmnfgibagd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/instadl/elbbndodohegppjpmfgjpdgmnfgibagd |
विवरण | download instagram pictures in original size |
फ़ाइल का आकार | 72.36 KB |
स्थापना संख्या | 32 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2018-06-19 |
प्रकाशन तिथि | 2018-06-19 |
डेवलपर | app toolbelt |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "instadl", "description": "download instagram pictures in original size", "version": "0.1.1", "browser_action": { "default_icons": { "19": "icon48.png", "38": "icon48.png" }, "default_title": "instadl" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "downloads", "*:\/\/*.instagram.com\/*", "*:\/\/*.cdninstagram.com\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.cdninstagram.com\/*" ], "css": [ "insta.css" ], "js": [ "jquery.js", "insta.js" ] } ] } |