Bulk Downloader for Instagram™
Downloads a backup of Instagram™ media
Bulk Downloader for Instagram™คืออะไร?
Bulk Downloader for Instagram™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fattynoparents และคุณลักษณะหลักของมันคือ "Downloads a backup of Instagram™ media"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bulk Downloader for Instagram™
ดาวน์โหลดไฟล์ส่วนขยาย Bulk Downloader for Instagram™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a paid extension, please contact me through email [email protected] to get a test license key if you wish to test the extension first. A browser extension for bulk downloading images and videos from an Instagram account. Supports downloading saved Instagram posts. How to use: 1) In your browser log in to your Instagram account 2) Go to https://www.instagram.com/[user_name]/ URL if you want to download media from a certain account, or to https://www.instagram.com/[your_account_name]/saved/ if you want to download your saved posts. 3) Open the pop-up of the extension and choose the date range for which you want to download the media. 4) If the number of media is too big you might want to use the Random time intervals option in order not to be locked out from your account. Versions: v1.0.0 - first version
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bulk Downloader for Instagram™ |
ID | hhppoohgmopnnbfpknmcjofmgojhclek |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/bulk-downloader-for-insta/hhppoohgmopnnbfpknmcjofmgojhclek |
คำอธิบาย | Downloads a backup of Instagram™ media |
ขนาดไฟล์ | 657 KB |
จำนวนการติดตั้ง | 264 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-01-19 |
วันที่เผยแพร่ | 2023-01-18 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | fattynoparents |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://chatsavers.org |
URL หน้าช่วยเหลือ | https://chatsavers.org/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://htmlpreview.github.io?https://github.com/fattynoparents/policy/blob/master/privacy%20policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bulk Downloader for Instagram\u2122", "description": "Downloads a backup of Instagram\u2122 media", "version": "1.0.0", "background": { "service_worker": "js\/checkLicense.js" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "js\/zip.js", "js\/z-worker.js", "js\/deflate.js", "js\/patch-worker.js", "js\/FileSaver.js", "js\/moment.js" ], "css": [ "css\/custom.css", "css\/spinkit.css" ] } ], "permissions": [ "storage", "scripting" ], "host_permissions": [ "https:\/\/*.instagram.com\/", "https:\/\/*.cdninstagram.com\/", "https:\/\/*.fbcdn.net\/", "https:\/\/*.fbsbx.com\/", "https:\/\/chatsavers.org\/" ], "web_accessible_resources": [ { "resources": [ "js\/z-worker.js", "js\/deflate.js", "js\/patch-worker.js", "js\/FileSaver.js", "css\/custom.css" ], "matches": [ " |