instagram tool for download
download instagram image&video(posts,igtv,stories,reels)
instagram tool for download क्या है?
instagram tool for download http://sslbitcoin.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "download instagram image&video(posts,igtv,stories,reels)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में instagram tool for download एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The tool currently supports images (multiple sizes) and video downloads ; 1、download images (HD photos) 2、download video (igtv,stories,reels) 3、download all posts
एक्सटेंशन की मूल जानकारी
नाम | |
ID | khjmcaockgmjljbklmabmikkhdgmjahc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/instagram-tool-for-downlo/khjmcaockgmjljbklmabmikkhdgmjahc |
विवरण | download instagram image&video(posts,igtv,stories,reels) |
फ़ाइल का आकार | 32.27 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 0.8.0 |
अंतिम अपडेट | 2022-01-12 |
प्रकाशन तिथि | 2020-12-09 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | http://sslbitcoin.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://sslbitcoin.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "instagram tool for download", "homepage_url": "https:\/\/sslbitcoin.com", "description": "download instagram image&video(posts,igtv,stories,reels)", "version": "0.8.0", "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "css\/*", "img\/*", "iframeTmp.html" ], "matches": [ "https:\/\/*.instagram.com\/*" ] }, { "resources": [ "css\/*", "img\/*", "iframeTmp.html" ], "matches": [ "https:\/\/sslbitcoin.com\/*" ] } ], "icons": { "16": "img\/receive.png", "48": "img\/download.png" }, "permissions": [ "downloads", "tabs" ], "host_permissions": [ "https:\/\/*.sslbitcoin.com\/*" ], "background": { "service_worker": "js\/bg.js" }, "action": { "default_icon": "img\/download.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "run_at": "document_start", "css": [ "css\/content-new.css", "css\/content.css" ], "js": [ "js\/m.js", "js\/cs.js" ] }, { "js": [ "js\/cs2.js" ], "matches": [ "https:\/\/*.sslbitcoin.com\/*" ], "run_at": "document_end" } ], "content_security_policy": { "isolated_world": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com ; object-src 'self'" } } |