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 |
官方網址 | 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" } |