Instagram Downloader
Download images and videos from Instagram
Instagram Downloaderคืออะไร?
Instagram Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PhotograpHB และคุณลักษณะหลักของมันคือ "Download images and videos from Instagram"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instagram Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Instagram Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Usage: download images and videos using url copied from Instagram posts
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | egdbpdbjpbpflgmghkdaeijojbbjhhac |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/instagram-downloader/egdbpdbjpbpflgmghkdaeijojbbjhhac |
คำอธิบาย | Download images and videos from Instagram |
ขนาดไฟล์ | 277 KB |
จำนวนการติดตั้ง | 460 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2022-02-14 |
วันที่เผยแพร่ | 2022-02-14 |
ผู้พัฒนา | PhotograpHB |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/HaibiPeng/instagram-save-ext |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram Downloader", "description": "Download images and videos from Instagram", "version": "0.1.0", "manifest_version": 3, "icons": { "16": ".\/16.png", "32": ".\/32.png", "48": ".\/48.png", "128": ".\/128.png" }, "background": { "service_worker": ".\/background.js" }, "options_page": ".\/options.html", "action": { "default_popup": "popup.html" }, "permissions": [ "tabs" ], "host_permissions": [ "*:\/\/*\/*" ] } |