Stori
Download and view (anonymously) Instagram Stories
什么是Stori?
Stori是由Stori开发的Chrome扩展程序,该扩展的主要功能是“Download and view (anonymously) Instagram Stories”。
扩展截图
下载Stori扩展crx文件
下载Stori扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | doegddfcmbidegjkogfdlidcohmldnfo |
官方URL | https://chrome.google.com/webstore/detail/stori/doegddfcmbidegjkogfdlidcohmldnfo |
简介 | Download and view (anonymously) Instagram Stories |
文件大小 | 776 KB |
安装次数 | 403 |
当前版本 | 0.5.0 |
更新时间 | 2021-02-03 |
上架时间 | 2021-02-03 |
评分 | 1.00/5 共1次评分 |
开发者 | Stori |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |