InstaVideo Downloader
Allows for capturing video URLs from Instagram video players
Qu'est-ce que InstaVideo Downloader ?
InstaVideo Downloader est une extension Chrome développée par daleyjem, et sa fonction principale est "Allows for capturing video URLs from Instagram video players".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension InstaVideo Downloader
Téléchargez les fichiers d'extension InstaVideo Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Allows users to link-to Instagram video URLs
Informations de Base sur l'Extension
Nom | InstaVideo Downloader |
ID | jcogbojdeiefbnaieecnpnbkljjphipe |
URL Officiel | https://chromewebstore.google.com/detail/instavideo-downloader/jcogbojdeiefbnaieecnpnbkljjphipe |
Description | Allows for capturing video URLs from Instagram video players |
Taille du Fichier | 39.64 KB |
Nombre d'Installations | 13,674 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2019-02-12 |
Date de Publication | 2019-02-11 |
Évaluation | 1.50/5 Total 10 Évaluations |
Développeur | daleyjem |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |