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 |
| 官方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\/*"
]
} | |