download instagram™ stories
download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users…
What is download instagram™ stories?
download instagram™ stories is a Chrome extension developed by https://imginn.com, and its main feature is "download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users…".
Extension Screenshots
Download download instagram™ stories Extension CRX File
Download download instagram™ 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
download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users download pictures or videos in stories Extension Basic Information
| Name | |
| ID | oibpeacbmhhomjkcahelgjnhldalgihd |
| Official URL | https://chromewebstore.google.com/detail/download-instagram-storie/oibpeacbmhhomjkcahelgjnhldalgihd |
| Description | download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users… |
| File Size | 12.83 KB |
| Installation Count | 363 |
| Current Version | 1.0 |
| Last Updated | 2020-07-20 |
| Publish Date | 2020-07-19 |
| Rating | 1.00/5 Total 1 Ratings |
| Developer | https://imginn.com |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://imginn.com |
| Help Page URL | https://imginn.com |
| Supported Languages | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "download instagram\u2122 stories",
"version": "1.0",
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
".\/script.js"
],
"run_at": "document_end"
}
]
} | |