Downloader for Instagram™
Save photos and videos from Instagram™! Quick & Easy!
Downloader for Instagram™คืออะไร?
Downloader for Instagram™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://mxnpro.ovh และคุณลักษณะหลักของมันคือ "Save photos and videos from Instagram™! Quick & Easy!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Downloader for Instagram™
ดาวน์โหลดไฟล์ส่วนขยาย Downloader for Instagram™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |