IG Media Downloader
Download photos and videos on Instagram with ease.
IG Media Downloaderคืออะไร?
IG Media Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pyplacca และคุณลักษณะหลักของมันคือ "Download photos and videos on Instagram with ease."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IG Media Downloader
ดาวน์โหลดไฟล์ส่วนขยาย IG Media Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
IG Media Downloader allows you to easily download photos/videos from the Instagram desktop site in just two clicks. No need to switch between tabs and paste copied links for downloading. Just download it right from IG. PS: If you already have Instagram opened and you just installed this extension, kindly reload the page to harness the full power of the extension. Changelog v1.3.0 - Fixed an issue where the download button wasn't appearing in the context menu - Updated default popup images v1.3.2 - Bug fix v1.3.4 - Bug fixes If you like this app, please rate it and leave a review. If you spot any issues, kindly leave a message on the Support page. Thanks for checking out or installing this extension!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hfcenolookheknpobmckkgccedgnpoff |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ig-media-downloader/hfcenolookheknpobmckkgccedgnpoff |
คำอธิบาย | Download photos and videos on Instagram with ease. |
ขนาดไฟล์ | 215 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 1.3.4 |
อัปเดตครั้งล่าสุด | 2022-10-10 |
วันที่เผยแพร่ | 2020-05-25 |
คะแนน | 2.70/5 รวมทั้งหมด 33 คะแนน |
ผู้พัฒนา | pyplacca |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IG Media Downloader", "description": "Download photos and videos on Instagram with ease.", "version": "1.3.4", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/logo\/igdown16.png", "32": "assets\/logo\/igdown32.png", "48": "assets\/logo\/igdown48.png", "128": "assets\/logo\/igdown128.png" } }, "icons": { "16": "assets\/logo\/igdown16.png", "32": "assets\/logo\/igdown32.png", "48": "assets\/logo\/igdown48.png", "128": "assets\/logo\/igdown128.png" }, "background.service_worker": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "run_at": "document_idle", "js": [ "assets\/content\/js\/content-module.js", "assets\/content\/js\/content-popup.js" ], "css": [ "assets\/content\/css\/content-style.css" ] } ], "permissions": [ "declarativeContent" ] } |