Image Downloader for IW
Easily download and save desired images for instagram web with just one click.
Image Downloader for IWคืออะไร?
Image Downloader for IW เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Muyor และคุณลักษณะหลักของมันคือ "Easily download and save desired images for instagram web with just one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Downloader for IW
ดาวน์โหลดไฟล์ส่วนขยาย Image Downloader for IW ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Image Downloader for IW is a lite addon that lets you easily download desired images from the Instagram website. Simply add the add-on to your browser and open the Instagram page. Once the add-on is active (the toolbar icon is dark grey) you will see a download icon next to any image (on the top left corner side). Please click on the icon to download the image to your machine. Please note that the download location is the default location for download in your browser. This add-on tries to capture and download the highest-resolution image to your machine. To report bugs, please fill out the bug report form on the add-on's homepage (https://mybrowseraddon.com/image-downloader-for-instagram.html).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Image Downloader for IW |
ID | bcieicfnbnmlffkgbiemoofinidpgloa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/image-downloader-for-iw/bcieicfnbnmlffkgbiemoofinidpgloa |
คำอธิบาย | Easily download and save desired images for instagram web with just one click. |
ขนาดไฟล์ | 35.26 KB |
จำนวนการติดตั้ง | 78,040 |
เวอร์ชันปัจจุบัน | 0.1.7 |
อัปเดตครั้งล่าสุด | 2023-08-14 |
วันที่เผยแพร่ | 2020-05-16 |
คะแนน | 3.78/5 รวมทั้งหมด 69 คะแนน |
ผู้พัฒนา | Muyor |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://mybrowseraddon.com/image-downloader-for-instagram.html |
URL หน้าช่วยเหลือ | https://mybrowseraddon.com/image-downloader-for-instagram.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.7", "manifest_version": 3, "name": "Image Downloader for IW", "permissions": [ "storage", "downloads" ], "host_permissions": [ "*:\/\/*.instagram.com\/*" ], "homepage_url": "https:\/\/mybrowseraddon.com\/image-downloader-for-instagram.html", "description": "Easily download and save desired images for instagram web with just one click.", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "resources": [ "data\/content_script\/icons\/download.png" ] } ], "action": { "default_title": "Image Downloader for IW", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "content_scripts": [ { "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "data\/content_script\/inject.js" ], "css": [ "data\/content_script\/inject.css" ] } ], "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |