IGdld
Instagram story (image / video) downloader.
Wat is IGdld?
IGdld is een Chrome-extensie ontwikkeld door j.martin.utn, en de belangrijkste functie is "Instagram story (image / video) downloader.".
Extensie Screenshots
Download het CRX-bestand van de extensie IGdld
Download IGdld-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
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.
Basisinformatie over de Extensie
Naam | |
ID | gghhobgmianekfjacbhbjdolhkkgpjpf |
Officiële URL | https://chrome.google.com/webstore/detail/igdld/gghhobgmianekfjacbhbjdolhkkgpjpf |
Beschrijving | Instagram story (image / video) downloader. |
Bestandsgrootte | 22.47 KB |
Aantal Installaties | 23 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-12-02 |
Publicatiedatum | 2020-12-02 |
Ontwikkelaar | j.martin.utn |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |