Story Saver
Simply Download & Save stories from Facebook, Instagram, and WhatsApp.
Story Saverคืออะไร?
Story Saver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SG Developer และคุณลักษณะหลักของมันคือ "Simply Download & Save stories from Facebook, Instagram, and WhatsApp."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Story Saver
ดาวน์โหลดไฟล์ส่วนขยาย Story Saver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
--2.9.4 UPDATE
It's simpler than its name.
With Story Saver, you can download any story from Facebook, Instagram, and WhatsApp by a simple click.
Update 3nd March: Fix Instagram issues for non-english.
Story Saver allows you to save photos and videos stories.
All you have to do is installing this extension, an icon will appear at the top-left corner of the browser,
Click on that icon and whoosh the story will be downloaded, Oh and another thing the extension will rename the story to something readable ;)
If there's anything wrong with the extension contact me on my email:
[email protected] ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | mafcolokinicfdmlidhaebadidhdehpk |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/story-saver/mafcolokinicfdmlidhaebadidhdehpk |
| คำอธิบาย | Simply Download & Save stories from Facebook, Instagram, and WhatsApp. |
| ขนาดไฟล์ | 54.68 KB |
| จำนวนการติดตั้ง | 239,440 |
| เวอร์ชันปัจจุบัน | 2.9.4.7 |
| อัปเดตครั้งล่าสุด | 2024-03-04 |
| วันที่เผยแพร่ | 2020-04-07 |
| คะแนน | 4.67/5 รวมทั้งหมด 9534 คะแนน |
| ผู้พัฒนา | SG Developer |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Story Saver",
"version": "2.9.4.7",
"description": "Simply Download & Save stories from Facebook, Instagram, and WhatsApp.",
"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",
"tabs"
],
"host_permissions": [
"*:\/\/*.instagram.com\/*",
"*:\/\/*.facebook.com\/*",
"*:\/\/*.whatsapp.com\/*"
]
} | |