Media Saver for Instagram
Download any photo and video from the instagram to your computer in one click!
Wat is Media Saver for Instagram?
Media Saver for Instagram is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Download any photo and video from the instagram to your computer in one click!".
Extensie Screenshots
Download het CRX-bestand van de extensie Media Saver for Instagram
Download Media Saver for Instagram-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
Save high quality images, photos and videos from Instagram in one click! Click on its button on the toolbar to download images and videos from Instagram.com. ------------------------------------ Как скачать фото или видео с инстаграм? Как скачать с инстаграмма? Установите Media Saver for Instagram и вы сможете скачивать любые картинки, изображения и видео с инстаграм на свой компьютер в один клик!
Basisinformatie over de Extensie
Naam | Media Saver for Instagram |
ID | annjojfceiaonmfjcddndgoegbijooia |
Officiële URL | https://chromewebstore.google.com/detail/media-saver-for-instagram/annjojfceiaonmfjcddndgoegbijooia |
Beschrijving | Download any photo and video from the instagram to your computer in one click! |
Bestandsgrootte | 304 KB |
Aantal Installaties | 3,170 |
Huidige Versie | 1.14 |
Laatst Bijgewerkt | 2018-02-08 |
Publicatiedatum | 2018-02-07 |
Beoordeling | 3.33/5 Totaal 49 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Media Saver for Instagram", "description": "Download any photo and video from the instagram to your computer in one click!", "version": "1.14", "background": { "scripts": [ "background.js" ], "persistent": false, "run_at": "document_end" }, "page_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/www.instagram.com\/*", "declarativeContent" ], "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "jquery-2.2.4.min.js", "jszip.min.js", "FileSaver.min.js", "content.js" ], "run_at": "document_end" } ], "short_name": "Photo and Video Downloader for Instagram", "web_accessible_resources": [ "download_black.png", "download_white.png" ] } |