StorySaver
With this extension, you can save stories from Instagram with just a few clicks.
StorySaver là gì?
StorySaver là một tiện ích mở rộng Chrome được phát triển bởi https://storysaverhd.io, và tính năng chính của nó là "With this extension, you can save stories from Instagram with just a few clicks.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng StorySaver
Tải xuống các tệp mở rộng StorySaver dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
StorySaver is an extension that allows users to download any story from Instagram with just one click. By installing this extension, you will have access to a toolbar at the top-right corner of your browser. After clicking on the icon, your story will be downloaded immediately. If you have any questions or concerns about the extension, please contact me at [email protected] and I would be more than happy to help!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nhblieoocencjemigbfnjnnhlbiaonmh |
URL Chính Thức | https://chromewebstore.google.com/detail/storysaver/nhblieoocencjemigbfnjnnhlbiaonmh |
Mô tả | With this extension, you can save stories from Instagram with just a few clicks. |
Kích Thước Tệp | 167 KB |
Số Lần Cài Đặt | 1,807 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2022-12-07 |
Ngày Phát Hành | 2022-12-06 |
Đánh Giá | 4.86/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | https://storysaverhd.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://storysaverhd.io/ |
URL Trang Trợ Giúp | https://storysaverhd.io/contact/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "StorySaver", "version": "1.0.2", "description": "With this extension, you can save stories from Instagram with just a few clicks.", "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" ], "host_permissions": [ "*:\/\/*.instagram.com\/*" ] } |