StorySaver
With this extension, you can save stories from Instagram with just a few clicks.
What is StorySaver?
StorySaver is a Chrome extension developed by https://storysaverhd.io, and its main feature is "With this extension, you can save stories from Instagram with just a few clicks.".
Extension Screenshots
Download StorySaver Extension CRX File
Download StorySaver extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | nhblieoocencjemigbfnjnnhlbiaonmh |
Official URL | https://chromewebstore.google.com/detail/storysaver/nhblieoocencjemigbfnjnnhlbiaonmh |
Description | With this extension, you can save stories from Instagram with just a few clicks. |
File Size | 167 KB |
Installation Count | 1,807 |
Current Version | 1.0.2 |
Last Updated | 2022-12-07 |
Publish Date | 2022-12-06 |
Rating | 4.86/5 Total 14 Ratings |
Developer | https://storysaverhd.io |
[email protected] | |
Payment Type | free |
Extension Website | https://storysaverhd.io/ |
Help Page URL | https://storysaverhd.io/contact/ |
Supported Languages | 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\/*" ] } |