Instagram Downloader
Download media from Instagram
Instagram Downloaderคืออะไร?
Instagram Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย samagragupta และคุณลักษณะหลักของมันคือ "Download media from Instagram"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instagram Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Instagram Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Download any image or Video from Instagram. Just one click to go ahead !!!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ciodnolkjfhjhpcdaehfoilnbinkhbca |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/instagram-downloader/ciodnolkjfhjhpcdaehfoilnbinkhbca |
คำอธิบาย | Download media from Instagram |
ขนาดไฟล์ | 31.01 KB |
จำนวนการติดตั้ง | 9,000 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2020-10-06 |
วันที่เผยแพร่ | 2020-10-06 |
คะแนน | 2.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | samagragupta |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "Instagram Downloader", "description": "Download media from Instagram", "version": "1.0.0", "browser_action": { "default_icon": { "19": "icons\/insta.jpg", "38": "icons\/insta.jpg" } }, "icons": { "16": "icons\/insta.jpg", "48": "icons\/insta.jpg", "128": "icons\/insta.jpg" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "script.js" ], "css": [ "style.css" ], "matches": [ "*:\/\/*.instagram.com\/*" ] } ], "permissions": [ "tabs", "downloads", "storage", "http:\/\/www.instagram.com\/*", "https:\/\/www.instagram.com\/*" ], "options_ui": { "page": "options.html", "open_in_tab": true } } |