Save for Instagram
The easiest way to download photos and videos from Instagram.com
Save for Instagramคืออะไร?
Save for Instagram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrii Shevchuk-Yuhanets และคุณลักษณะหลักของมันคือ "The easiest way to download photos and videos from Instagram.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save for Instagram
ดาวน์โหลดไฟล์ส่วนขยาย Save for Instagram ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The simplest and the best solution for downloading photos, videos, stories and IGTV from instagram.com Place cursor on photo or video then click right mouse button and "Save as..." This extension doesn't store any user data
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Save for Instagram |
ID | abibgkmmeglmaiomdanklcpjmefgcjmc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/save-for-instagram/abibgkmmeglmaiomdanklcpjmefgcjmc |
คำอธิบาย | The easiest way to download photos and videos from Instagram.com |
ขนาดไฟล์ | 17.38 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 1.37 |
อัปเดตครั้งล่าสุด | 2020-05-04 |
วันที่เผยแพร่ | 2020-05-03 |
คะแนน | 3.77/5 รวมทั้งหมด 98 คะแนน |
ผู้พัฒนา | Andrii Shevchuk-Yuhanets |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save for Instagram", "short_name": "Save for Instagram", "version": "1.37", "author": "Andrii Shevchuk-Yuhanets", "description": "The easiest way to download photos and videos from Instagram.com", "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "64": "icons\/64x64.png", "128": "icons\/128x128.png" }, "permissions": [ "*:\/\/*.instagram.com\/*", "contextMenus", "downloads", "storage" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "contentscript.js" ], "matches": [ "*:\/\/*.instagram.com\/*" ], "run_at": "document_idle" } ], "options_page": "options.html" } |