Image and Video Downloader
Save images and videos from Instagram.
Image and Video Downloaderคืออะไร?
Image and Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BrowserNative และคุณลักษณะหลักของมันคือ "Save images and videos from Instagram."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image and Video Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Image and Video Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Save images and videos from Instagram. Right click on images to save. To save videos, first play it and then right click > Save. Visit homepage for more: https://browsernative.com/instagram-downloader/ Extension by BrowserNative, forked from InstaSee by Chris Panayotoff. Not created by or affiliated with Instagram.com.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Image and Video Downloader |
ID | khnadcdfjbjgojiilfdebbpiepokangj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/image-and-video-downloade/khnadcdfjbjgojiilfdebbpiepokangj |
คำอธิบาย | Save images and videos from Instagram. |
ขนาดไฟล์ | 160 KB |
จำนวนการติดตั้ง | 39,218 |
เวอร์ชันปัจจุบัน | 0.3.0 |
อัปเดตครั้งล่าสุด | 2020-06-01 |
วันที่เผยแพร่ | 2020-05-31 |
คะแนน | 3.90/5 รวมทั้งหมด 311 คะแนน |
ผู้พัฒนา | BrowserNative |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://browsernative.com/instagram-downloader/ |
URL หน้าช่วยเหลือ | https://browsernative.com/instagram-downloader/ |
URL หน้านโยบายความเป็นส่วนตัว | https://browsernative.com/extensions-privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image and Video Downloader", "description": "Save images and videos from Instagram.", "version": "0.3.0", "manifest_version": 2, "homepage_url": "https:\/\/browsernative.com\/instagram-downloader\/", "icons": { "16": "static\/icon-16.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "js\/content.js" ] } ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "contextMenus", "downloads" ], "browser_action": { "default_icon": "static\/icon-128.png", "default_title": "Image and Video Downloader for Instagram" } } |