Story Saver
Simply Download & Save stories from Facebook, Instagram, and WhatsApp.
什麼是Story Saver?
Story Saver是由SG Developer開發的Chrome擴展程式,該擴展的主要功能是“Simply Download & Save stories from Facebook, Instagram, and WhatsApp.”。
擴展截圖
下載Story Saver擴展crx文件
下載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 |
| 官方網址 | 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\/*"
]
} | |