download instagram reels,story,video saver

download instagram reels,story,video - instagram saver & downloader

What is download instagram reels,story,video saver?

download instagram reels,story,video saver is a Chrome extension developed by nazroid team, and its main feature is "download instagram reels,story,video - instagram saver & downloader ".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download download instagram reels,story,video saver Extension CRX File

Download download instagram reels,story,video saver 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 reels,story,video - instagram saver & downloader 

Instagram Photos Downloader :

this is a great tool for saving images from Instagram posts. you can download a single post image and multiple Instagram photos .

Download Instagram videos :

This extension created to enable you to download instagram videos for any purpose you want support video downloading for singular videos and multiple videos.

Instagram story downloader (Story Saver ) :

you can view, save and download Instagram stories or highlights in high quality for free, you can download Instagram story with username or link, and the story or the highlight will be saved in high quality 1080p using the story saver.

Instagram Reels Video Download :

fast, easy, with no watermark and HD quality
Instagram Reels Downloader will help you download Reels videos from Instagram posts to your device in the easiest .                    

Extension Basic Information

Name download instagram reels,story,video saver download instagram reels,story,video saver
ID dfnejnibpolmmbnnicgjjajfidcjfkac
Official URL https://chrome.google.com/webstore/detail/download-instagram-reelss/dfnejnibpolmmbnnicgjjajfidcjfkac
Description download instagram reels,story,video - instagram saver & downloader
File Size 34.56 KB
Installation Count 2,692
Current Version 2023.1.0
Last Updated 2023-01-08
Publish Date 2023-01-08
Rating 2.33/5 Total 18 Ratings
Developer nazroid team
Email [email protected]
Payment Type free
Help Page URL https://wa.me/994407714116
Privacy Policy Page URL https://docs.google.com/document/d/1Mdx8rS-ilWh42AxwXVhayKerB0fSKtP9r-lDksaO42w/edit?usp=sharing
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "download instagram reels,story,video saver",
    "description": "download instagram reels,story,video - instagram saver & downloader ",
    "version": "2023.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/www.instagram.com\/*"
    ],
    "action": {
        "default_icon": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "src\/js\/main.js",
                "src\/js\/post.js",
                "src\/js\/story.js"
            ],
            "css": [
                "src\/style\/style.css"
            ]
        }
    ]
}