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 |
公式URL | 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" ] } |