Instagram Downloader
Download images and videos from Instagram
Qu'est-ce que Instagram Downloader ?
Instagram Downloader est une extension Chrome développée par PhotograpHB, et sa fonction principale est "Download images and videos from Instagram".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Instagram Downloader
Téléchargez les fichiers d'extension Instagram 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
Usage: download images and videos using url copied from Instagram posts
Informations de Base sur l'Extension
Nom | |
ID | egdbpdbjpbpflgmghkdaeijojbbjhhac |
URL Officiel | https://chrome.google.com/webstore/detail/instagram-downloader/egdbpdbjpbpflgmghkdaeijojbbjhhac |
Description | Download images and videos from Instagram |
Taille du Fichier | 277 KB |
Nombre d'Installations | 460 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2022-02-14 |
Date de Publication | 2022-02-14 |
Développeur | PhotograpHB |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/HaibiPeng/instagram-save-ext |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram Downloader", "description": "Download images and videos from Instagram", "version": "0.1.0", "manifest_version": 3, "icons": { "16": ".\/16.png", "32": ".\/32.png", "48": ".\/48.png", "128": ".\/128.png" }, "background": { "service_worker": ".\/background.js" }, "options_page": ".\/options.html", "action": { "default_popup": "popup.html" }, "permissions": [ "tabs" ], "host_permissions": [ "*:\/\/*\/*" ] } |