StorySaver
With this extension, you can save stories from Instagram with just a few clicks.
StorySaverคืออะไร?
StorySaver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://storysaverhd.io และคุณลักษณะหลักของมันคือ "With this extension, you can save stories from Instagram with just a few clicks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย StorySaver
ดาวน์โหลดไฟล์ส่วนขยาย StorySaver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
StorySaver is an extension that allows users to download any story from Instagram with just one click. By installing this extension, you will have access to a toolbar at the top-right corner of your browser. After clicking on the icon, your story will be downloaded immediately. If you have any questions or concerns about the extension, please contact me at [email protected] and I would be more than happy to help!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nhblieoocencjemigbfnjnnhlbiaonmh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/storysaver/nhblieoocencjemigbfnjnnhlbiaonmh |
คำอธิบาย | With this extension, you can save stories from Instagram with just a few clicks. |
ขนาดไฟล์ | 167 KB |
จำนวนการติดตั้ง | 1,807 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2022-12-07 |
วันที่เผยแพร่ | 2022-12-06 |
คะแนน | 4.86/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | https://storysaverhd.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://storysaverhd.io/ |
URL หน้าช่วยเหลือ | https://storysaverhd.io/contact/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "StorySaver", "version": "1.0.2", "description": "With this extension, you can save stories from Instagram with just a few clicks.", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/icon_32.png" }, "permissions": [ "declarativeContent", "downloads", "scripting", "storage" ], "host_permissions": [ "*:\/\/*.instagram.com\/*" ] } |