InstaVideo Downloader

Allows for capturing video URLs from Instagram video players

What is InstaVideo Downloader?

InstaVideo Downloader is a Chrome extension developed by daleyjem, and its main feature is "Allows for capturing video URLs from Instagram video players".

Extension Screenshots

screenshot

Download InstaVideo Downloader Extension CRX File

Download InstaVideo 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

                        Allows users to link-to Instagram video URLs                    

Extension Basic Information

Name InstaVideo Downloader InstaVideo Downloader
ID jcogbojdeiefbnaieecnpnbkljjphipe
Official URL https://chromewebstore.google.com/detail/instavideo-downloader/jcogbojdeiefbnaieecnpnbkljjphipe
Description Allows for capturing video URLs from Instagram video players
File Size 39.64 KB
Installation Count 13,674
Current Version 0.0.1
Last Updated 2019-02-12
Publish Date 2019-02-11
Rating 1.50/5 Total 10 Ratings
Developer daleyjem
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "InstaVideo Downloader",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Allows for capturing video URLs from Instagram video players",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/index.js"
            ],
            "css": [
                "css\/index.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ]
}