StorySaver

With this extension, you can save stories from Instagram with just a few clicks.

什么是StorySaver?

StorySaver是由https://storysaverhd.io开发的Chrome扩展程序,该扩展的主要功能是“With this extension, you can save stories from Instagram with just a few clicks.”。

扩展截图

screenshot

下载StorySaver扩展crx文件

下载StorySaver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        StorySaver is an extension that allows users to download any story from Instagram with just one click. By installing this extension, you will have access to a toolbar at the top-right corner of your browser. After clicking on the icon, your story will be downloaded immediately.

If you have any questions or concerns about the extension, please contact me at [email protected] and I would be more than happy to help!                    

扩展基本信息

名称 StorySaver StorySaver
ID nhblieoocencjemigbfnjnnhlbiaonmh
官方URL https://chromewebstore.google.com/detail/storysaver/nhblieoocencjemigbfnjnnhlbiaonmh
简介 With this extension, you can save stories from Instagram with just a few clicks.
文件大小 167 KB
安装次数 1,807
当前版本 1.0.2
更新时间 2022-12-07
上架时间 2022-12-06
评分 4.86/5 共14次评分
开发者 https://storysaverhd.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://storysaverhd.io/
帮助页面URL https://storysaverhd.io/contact/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "StorySaver",
    "version": "1.0.2",
    "description": "With this extension, you can save stories from Instagram with just a few clicks.",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/icon_32.png"
    },
    "permissions": [
        "declarativeContent",
        "downloads",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ]
}