Story Downloader
With the Story Downloader you can view stories anonymously and download them for free.
What is Story Downloader?
Story Downloader is a Chrome extension developed by Extensions for Everyone, and its main feature is "With the Story Downloader you can view stories anonymously and download them for free.".
Extension Screenshots
Download Story Downloader Extension CRX File
Download Story Downloader 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
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.
Extension Basic Information
Name | |
ID | pneajbbepheokncfcicjoeakmajaegem |
Official URL | https://chrome.google.com/webstore/detail/story-downloader/pneajbbepheokncfcicjoeakmajaegem |
Description | With the Story Downloader you can view stories anonymously and download them for free. |
File Size | 149 KB |
Installation Count | 3,000 |
Current Version | 1.0 |
Last Updated | 2020-11-25 |
Publish Date | 2020-11-25 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Extensions for Everyone |
[email protected] | |
Payment Type | free |
Extension Website | https://www.storydownloader.org |
Supported Languages | 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" } } |