Insta Stories
View Instagram Stories anonymously and download them to your device.
Insta Stories là gì?
Insta Stories 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à "View Instagram Stories anonymously and download them to your device.".
Ả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 Insta Stories
Tải xuống các tệp mở rộng Insta Stories 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
Instagram Story Viewer is a free online web service that allows the watching of Instagram Stories without a trace. You can view all active Stories and Highlights of any public Instagram account. Additional features – save a Story to any device in one click and download Story updates automatically.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ebhpndbbadiaeggalklbbdchfobkhgmj |
URL Chính Thức | https://chrome.google.com/webstore/detail/insta-stories/ebhpndbbadiaeggalklbbdchfobkhgmj |
Mô tả | View Instagram Stories anonymously and download them to your device. |
Kích Thước Tệp | 149 KB |
Số Lần Cài Đặt | 3,685 |
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.25/5 Tổng số 4 Đá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.insta-stories.net |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Insta Stories", "version": "1.0", "description": "View Instagram Stories anonymously and download them to your device.", "manifest_version": 2, "permissions": [ "tabs" ], "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": "logo.png" }, "icons": { "128": "logo_128.png" } } |