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
Eメール [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\/*"
    ]
}