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