IGdld
Instagram story (image / video) downloader.
Qu'est-ce que IGdld ?
IGdld est une extension Chrome développée par j.martin.utn, et sa fonction principale est "Instagram story (image / video) downloader.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IGdld
Téléchargez les fichiers d'extension IGdld 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
Instagram story (image / video) downloader. Just click on the extension icon and it will open a new tab where you can download the video or image.
Informations de Base sur l'Extension
Nom | |
ID | gghhobgmianekfjacbhbjdolhkkgpjpf |
URL Officiel | https://chrome.google.com/webstore/detail/igdld/gghhobgmianekfjacbhbjdolhkkgpjpf |
Description | Instagram story (image / video) downloader. |
Taille du Fichier | 22.47 KB |
Nombre d'Installations | 23 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-12-02 |
Date de Publication | 2020-12-02 |
Développeur | j.martin.utn |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IGdld", "description": "Instagram story (image \/ video) downloader.", "version": "1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs", "activeTab" ] } |