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 |
| Eメール | [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\/*"
]
} | |