Image and Video Downloader
Save images and videos from Instagram.
Qu'est-ce que Image and Video Downloader ?
Image and Video Downloader est une extension Chrome développée par BrowserNative, et sa fonction principale est "Save images and videos from Instagram.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Image and Video Downloader
Téléchargez les fichiers d'extension Image and Video 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
Save images and videos from Instagram. Right click on images to save. To save videos, first play it and then right click > Save. Visit homepage for more: https://browsernative.com/instagram-downloader/ Extension by BrowserNative, forked from InstaSee by Chris Panayotoff. Not created by or affiliated with Instagram.com.
Informations de Base sur l'Extension
Nom | Image and Video Downloader |
ID | khnadcdfjbjgojiilfdebbpiepokangj |
URL Officiel | https://chromewebstore.google.com/detail/image-and-video-downloade/khnadcdfjbjgojiilfdebbpiepokangj |
Description | Save images and videos from Instagram. |
Taille du Fichier | 160 KB |
Nombre d'Installations | 39,218 |
Version Actuelle | 0.3.0 |
Dernière Mise à Jour | 2020-06-01 |
Date de Publication | 2020-05-31 |
Évaluation | 3.90/5 Total 311 Évaluations |
Développeur | BrowserNative |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://browsernative.com/instagram-downloader/ |
URL de la Page d'Aide | https://browsernative.com/instagram-downloader/ |
URL de la Page de Politique de Confidentialité | https://browsernative.com/extensions-privacy-policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image and Video Downloader", "description": "Save images and videos from Instagram.", "version": "0.3.0", "manifest_version": 2, "homepage_url": "https:\/\/browsernative.com\/instagram-downloader\/", "icons": { "16": "static\/icon-16.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "js\/content.js" ] } ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "contextMenus", "downloads" ], "browser_action": { "default_icon": "static\/icon-128.png", "default_title": "Image and Video Downloader for Instagram" } } |