Media Saver for Instagram
Download any photo and video from the instagram to your computer in one click!
什麼是Media Saver for Instagram?
Media Saver for Instagram是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Download any photo and video from the instagram to your computer in one click!”。
擴展截圖
下載Media Saver for Instagram擴展crx文件
下載Media Saver for Instagram擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 и вы сможете скачивать любые картинки, изображения и видео с инстаграм на свой компьютер в один клик!
擴展基本資訊
名稱 | Media Saver for Instagram |
ID | annjojfceiaonmfjcddndgoegbijooia |
官方網址 | https://chromewebstore.google.com/detail/media-saver-for-instagram/annjojfceiaonmfjcddndgoegbijooia |
簡介 | Download any photo and video from the instagram to your computer in one click! |
檔案大小 | 304 KB |
安裝次數 | 3,170 |
目前版本 | 1.14 |
更新時間 | 2018-02-08 |
上架時間 | 2018-02-07 |
評分 | 3.33/5 共 49 次評分 |
開發者 | Unknown |
付費類型 | free |
支援的語言 | 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" ] } |