InstaVideo Downloader

Allows for capturing video URLs from Instagram video players

Wat is InstaVideo Downloader?

InstaVideo Downloader is een Chrome-extensie ontwikkeld door daleyjem, en de belangrijkste functie is "Allows for capturing video URLs from Instagram video players".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie InstaVideo Downloader

Download InstaVideo Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Allows users to link-to Instagram video URLs                    

Basisinformatie over de Extensie

Naam InstaVideo Downloader InstaVideo Downloader
ID jcogbojdeiefbnaieecnpnbkljjphipe
Officiële URL https://chromewebstore.google.com/detail/instavideo-downloader/jcogbojdeiefbnaieecnpnbkljjphipe
Beschrijving Allows for capturing video URLs from Instagram video players
Bestandsgrootte 39.64 KB
Aantal Installaties 13,674
Huidige Versie 0.0.1
Laatst Bijgewerkt 2019-02-12
Publicatiedatum 2019-02-11
Beoordeling 1.50/5 Totaal 10 Beoordelingen
Ontwikkelaar daleyjem
Betalingswijze free
Ondersteunde Talen 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"
    ]
}