download instagram™ stories
download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users…
什么是download instagram™ stories?
download instagram™ stories是由https://imginn.com开发的Chrome扩展程序,该扩展的主要功能是“download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users…”。
扩展截图
下载download instagram™ stories扩展crx文件
下载download instagram™ stories扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users download pictures or videos in stories
扩展基本信息
名称 | download instagram™ stories |
ID | oibpeacbmhhomjkcahelgjnhldalgihd |
官方URL | https://chromewebstore.google.com/detail/download-instagram-storie/oibpeacbmhhomjkcahelgjnhldalgihd |
简介 | download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users… |
文件大小 | 12.83 KB |
安装次数 | 363 |
当前版本 | 1.0 |
更新时间 | 2020-07-20 |
上架时间 | 2020-07-19 |
评分 | 1.00/5 共1次评分 |
开发者 | https://imginn.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://imginn.com |
帮助页面URL | https://imginn.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "download instagram\u2122 stories", "version": "1.0", "manifest_version": 2, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ ".\/script.js" ], "run_at": "document_end" } ] } |