Video Downloader for IW

Easily download and save desired videos for instagram web with just one click.

Video Downloader for IW क्या है?

Video Downloader for IW Muyor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily download and save desired videos for instagram web with just one click."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Video Downloader for IW एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Video Downloader for IW is a lite addon that lets you easily download desired videos from the Instagram web.

Simply add the add-on to your browser and open the Instagram page. Once the add-on is active (the toolbar icon is dark grey) you will see a download icon next to any video (on the top left corner side). Please click on the icon to download the video to your machine. Please note that the download location is the default location for download in your browser. This add-on tries to capture and download the highest-resolution video to your machine.

Note 1: due to the recent changes in the Instagram app, video and audio files are now downloaded separately for an item. Once you click the download button, please wait for a few seconds for the extension to capture download links.

Note 2: to combine (mux) audio and video files together and make a single video, you can use the Video & Audio Muxer extension: https://chrome.google.com/webstore/detail/video-audio-muxer/pegcngnogjhiaaogjnlghcinoleocmcl).

To report bugs, please fill out the bug report form on the add-on's homepage (https://mybrowseraddon.com/video-downloader-for-instagram.html).                    

एक्सटेंशन की मूल जानकारी

नाम Video Downloader for IW Video Downloader for IW
ID jokbaefalnjphmpflcicknhdcklclbce
आधिकारिक URL https://chromewebstore.google.com/detail/video-downloader-for-iw/jokbaefalnjphmpflcicknhdcklclbce
विवरण Easily download and save desired videos for instagram web with just one click.
फ़ाइल का आकार 34.13 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 0.1.7
अंतिम अपडेट 2023-08-14
प्रकाशन तिथि 2020-05-17
रेटिंग 2.72/5 कुल 29 रेटिंग्स
डेवलपर Muyor
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/video-downloader-for-instagram.html
सहायता पृष्ठ URL https://mybrowseraddon.com/video-downloader-for-instagram.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.7",
    "manifest_version": 3,
    "name": "Video Downloader for IW",
    "permissions": [
        "storage",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/video-downloader-for-instagram.html",
    "description": "Easily download and save desired videos for instagram web with just one click.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "resources": [
                "data\/content_script\/icons\/download.png",
                "data\/content_script\/page_context\/inject.js"
            ]
        }
    ],
    "action": {
        "default_title": "Video Downloader for IW",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ],
            "css": [
                "data\/content_script\/inject.css"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}