Insta Stories
View Instagram Stories anonymously and download them to your device.
What is Insta Stories?
Insta Stories is a Chrome extension developed by Extensions for Everyone, and its main feature is "View Instagram Stories anonymously and download them to your device.".
Extension Screenshots
Download Insta Stories Extension CRX File
Download Insta Stories 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
Instagram Story Viewer is a free online web service that allows the watching of Instagram Stories without a trace. You can view all active Stories and Highlights of any public Instagram account. Additional features – save a Story to any device in one click and download Story updates automatically.
Extension Basic Information
Name | |
ID | ebhpndbbadiaeggalklbbdchfobkhgmj |
Official URL | https://chrome.google.com/webstore/detail/insta-stories/ebhpndbbadiaeggalklbbdchfobkhgmj |
Description | View Instagram Stories anonymously and download them to your device. |
File Size | 149 KB |
Installation Count | 3,685 |
Current Version | 1.0 |
Last Updated | 2020-11-25 |
Publish Date | 2020-11-25 |
Rating | 3.25/5 Total 4 Ratings |
Developer | Extensions for Everyone |
[email protected] | |
Payment Type | free |
Extension Website | https://www.insta-stories.net |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Insta Stories", "version": "1.0", "description": "View Instagram Stories anonymously and download them to your device.", "manifest_version": 2, "permissions": [ "tabs" ], "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": "logo.png" }, "icons": { "128": "logo_128.png" } } |