Insta Stories
View Instagram Stories anonymously and download them to your device.
什么是Insta Stories?
Insta Stories是由Extensions for Everyone开发的Chrome扩展程序,该扩展的主要功能是“View Instagram Stories anonymously and download them to your device.”。
扩展截图
下载Insta Stories扩展crx文件
下载Insta Stories扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ebhpndbbadiaeggalklbbdchfobkhgmj |
官方URL | https://chrome.google.com/webstore/detail/insta-stories/ebhpndbbadiaeggalklbbdchfobkhgmj |
简介 | View Instagram Stories anonymously and download them to your device. |
文件大小 | 149 KB |
安装次数 | 3,685 |
当前版本 | 1.0 |
更新时间 | 2020-11-25 |
上架时间 | 2020-11-25 |
评分 | 3.25/5 共4次评分 |
开发者 | Extensions for Everyone |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.insta-stories.net |
支持的语言 | 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" } } |