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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
--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]
확장 프로그램 기본 정보
이름 | Story Saver |
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\/*" ] } |