Media Saver for Instagram
Download any photo and video from the instagram to your computer in one click!
Media Saver for Instagramคืออะไร?
Media Saver for Instagram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Download any photo and video from the instagram to your computer in one click!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Media Saver for Instagram
ดาวน์โหลดไฟล์ส่วนขยาย Media Saver for Instagram ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Save high quality images, photos and videos from Instagram in one click! Click on its button on the toolbar to download images and videos from Instagram.com. ------------------------------------ Как скачать фото или видео с инстаграм? Как скачать с инстаграмма? Установите Media Saver for Instagram и вы сможете скачивать любые картинки, изображения и видео с инстаграм на свой компьютер в один клик!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Media Saver for Instagram |
ID | annjojfceiaonmfjcddndgoegbijooia |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/media-saver-for-instagram/annjojfceiaonmfjcddndgoegbijooia |
คำอธิบาย | Download any photo and video from the instagram to your computer in one click! |
ขนาดไฟล์ | 304 KB |
จำนวนการติดตั้ง | 3,170 |
เวอร์ชันปัจจุบัน | 1.14 |
อัปเดตครั้งล่าสุด | 2018-02-08 |
วันที่เผยแพร่ | 2018-02-07 |
คะแนน | 3.33/5 รวมทั้งหมด 49 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Media Saver for Instagram", "description": "Download any photo and video from the instagram to your computer in one click!", "version": "1.14", "background": { "scripts": [ "background.js" ], "persistent": false, "run_at": "document_end" }, "page_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/www.instagram.com\/*", "declarativeContent" ], "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "jquery-2.2.4.min.js", "jszip.min.js", "FileSaver.min.js", "content.js" ], "run_at": "document_end" } ], "short_name": "Photo and Video Downloader for Instagram", "web_accessible_resources": [ "download_black.png", "download_white.png" ] } |