Stori
Download and view (anonymously) Instagram Stories
Stori là gì?
Stori là một tiện ích mở rộng Chrome được phát triển bởi Stori, và tính năng chính của nó là "Download and view (anonymously) Instagram Stories".
Ả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 Stori
Tải xuống các tệp mở rộng Stori 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
View (anonymously) and download Instagram stories for free. Watch stories without them being marked as seen. More features coming soon: - Download posts. - Bulk download (stories and posts). - Download stories from profile. - View/Download live videos - View/Download Reels. - View/Download IG TV videos.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | doegddfcmbidegjkogfdlidcohmldnfo |
URL Chính Thức | https://chrome.google.com/webstore/detail/stori/doegddfcmbidegjkogfdlidcohmldnfo |
Mô tả | Download and view (anonymously) Instagram Stories |
Kích Thước Tệp | 776 KB |
Số Lần Cài Đặt | 403 |
Phiên Bản Hiện Tại | 0.5.0 |
Cập Nhật Lần Cuối | 2021-02-03 |
Ngày Phát Hành | 2021-02-03 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Stori |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stori", "description": "Download and view (anonymously) Instagram Stories", "version": "0.5.0", "author": "Stori", "manifest_version": 2, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ ".\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "icons\/128.png" } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self' img-src 'self'", "permissions": [ "*:\/\/*.instagram.com\/*", "storage", "tabs" ] } |