Instagram Image Downloader
Download Instagram post page image
Instagram Image Downloaderคืออะไร?
Instagram Image Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://11-30am.com และคุณลักษณะหลักของมันคือ "Download Instagram post page image"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instagram Image Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Instagram Image Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Instagramの投稿ページでこの拡張機能のアイコンをクリックすると、Instagramの画像をワンクリックでダウンロードできます。 Instagramの画像を大量に取得したい場合など、サクサクダウンロードできて便利です。 アイコンはこちらからお借りしました。 https://icons8.com/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hkgigokdbpiojhgpmjklcjkiddklcgag |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/instagram-image-downloade/hkgigokdbpiojhgpmjklcjkiddklcgag |
คำอธิบาย | Download Instagram post page image |
ขนาดไฟล์ | 355 KB |
จำนวนการติดตั้ง | 600 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2020-02-17 |
วันที่เผยแพร่ | 2020-02-17 |
คะแนน | 1.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://11-30am.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instagram Image Downloader", "version": "0.2", "description": "Download Instagram post page image", "browser_action": { "default_title": "download instagram image", "default_icon": "icon.png" }, "permissions": [ "activeTab", "downloads" ], "icons": { "128": "icon.png" }, "background": { "scripts": [ "js\/script.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.instagram.com\/*", "https:\/\/www.instagram.com\/*" ], "js": [ "js\/contents.js" ] } ] } |