Save for Instagram
The easiest way to download photos and videos from Instagram.com
Save for Instagramとは何ですか?
Save for InstagramはAndrii Shevchuk-Yuhanetsによって開発されたChromeの拡張機能で、その主な機能は「The easiest way to download photos and videos from Instagram.com」です。
拡張機能のスクリーンショット
Save for Instagram拡張機能のCRXファイルをダウンロード
Save for Instagram拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The simplest and the best solution for downloading photos, videos, stories and IGTV from instagram.com Place cursor on photo or video then click right mouse button and "Save as..." This extension doesn't store any user data
拡張機能の基本情報
名前 | Save for Instagram |
ID | abibgkmmeglmaiomdanklcpjmefgcjmc |
公式URL | https://chromewebstore.google.com/detail/save-for-instagram/abibgkmmeglmaiomdanklcpjmefgcjmc |
説明 | The easiest way to download photos and videos from Instagram.com |
ファイルサイズ | 17.38 KB |
インストール数 | 20,000 |
現在のバージョン | 1.37 |
最終更新日 | 2020-05-04 |
公開日 | 2020-05-03 |
評価 | 3.77/5 合計 98 レビュー |
開発者 | Andrii Shevchuk-Yuhanets |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save for Instagram", "short_name": "Save for Instagram", "version": "1.37", "author": "Andrii Shevchuk-Yuhanets", "description": "The easiest way to download photos and videos from Instagram.com", "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "64": "icons\/64x64.png", "128": "icons\/128x128.png" }, "permissions": [ "*:\/\/*.instagram.com\/*", "contextMenus", "downloads", "storage" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "contentscript.js" ], "matches": [ "*:\/\/*.instagram.com\/*" ], "run_at": "document_idle" } ], "options_page": "options.html" } |