Image and Video Downloader
Save images and videos from Instagram.
Cos'è Image and Video Downloader?
Image and Video Downloader è un'estensione di Chrome sviluppata da BrowserNative, e la sua funzione principale è "Save images and videos from Instagram.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Image and Video Downloader
Scarica i file di estensione Image and Video Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Image and Video Downloader |
ID | khnadcdfjbjgojiilfdebbpiepokangj |
URL Ufficiale | https://chromewebstore.google.com/detail/image-and-video-downloade/khnadcdfjbjgojiilfdebbpiepokangj |
Descrizione | Save images and videos from Instagram. |
Dimensione del File | 160 KB |
Conteggio Installazioni | 39,218 |
Versione Corrente | 0.3.0 |
Ultimo Aggiornamento | 2020-06-01 |
Data di Pubblicazione | 2020-05-31 |
Valutazione | 3.90/5 Totale 311 Valutazioni |
Sviluppatore | BrowserNative |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://browsernative.com/instagram-downloader/ |
URL della Pagina di Aiuto | https://browsernative.com/instagram-downloader/ |
URL della Pagina della Politica sulla Privacy | https://browsernative.com/extensions-privacy-policy |
Lingue Supportate | 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" } } |