Story Downloader
With the Story Downloader you can view stories anonymously and download them for free.
Story Downloader là gì?
Story Downloader là một tiện ích mở rộng Chrome được phát triển bởi Extensions for Everyone, và tính năng chính của nó là "With the Story Downloader you can view stories anonymously and download them for free.".
Ả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 Story Downloader
Tải xuống các tệp mở rộng Story Downloader 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
Watch Instagram Stories anonymously and download them with Instagram Story Viewer. Save every new Story from any public profile automatically — free, compatible with any device, no third app installation.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pneajbbepheokncfcicjoeakmajaegem |
URL Chính Thức | https://chrome.google.com/webstore/detail/story-downloader/pneajbbepheokncfcicjoeakmajaegem |
Mô tả | With the Story Downloader you can view stories anonymously and download them for free. |
Kích Thước Tệp | 149 KB |
Số Lần Cài Đặt | 3,000 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-11-25 |
Ngày Phát Hành | 2020-11-25 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Extensions for Everyone |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.storydownloader.org |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Story Downloader", "version": "1.0", "description": "With the Story Downloader you can view stories anonymously and download them for free.", "manifest_version": 2, "permissions": [ "tabs" ], "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": "logo.png" }, "icons": { "128": "logo_128.png" } } |