Savogram
This extension allows you to download photos and video from Instagram to your computer.
Savogramคืออะไร?
Savogram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Timotty และคุณลักษณะหลักของมันคือ "This extension allows you to download photos and video from Instagram to your computer."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Savogram
ดาวน์โหลดไฟล์ส่วนขยาย Savogram ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Download Instagram Photos and Videos Easily How to use: - Open the photo/video page in a new tab, ex: https://www.instagram.com/p/BCR9Tmfmpl_/ - Click on the download button
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | afognmahpmlghgfmeldmmmekdbpaocei |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/savogram/afognmahpmlghgfmeldmmmekdbpaocei |
คำอธิบาย | This extension allows you to download photos and video from Instagram to your computer. |
ขนาดไฟล์ | 55.14 KB |
จำนวนการติดตั้ง | 928 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2016-07-28 |
วันที่เผยแพร่ | 2016-07-28 |
คะแนน | 2.60/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Timotty |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Savogram", "short_name": "Savogram", "description": "This extension allows you to download photos and video from Instagram to your computer.", "version": "1.3", "icons": { "128": "icon.png" }, "permissions": [ "*:\/\/*.instagram.com\/p\/*", "*:\/\/*.amazon.com\/*", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/p\/*" ], "js": [ "jquery.min.js", "app.js" ], "css": [ "app.css" ] }, { "matches": [ "*:\/\/*.amazon.com\/*" ], "js": [ "amazon.js" ] } ], "browser_action": { "default_popup": "popup.html" } } |