Savogram
This extension allows you to download photos and video from Instagram to your computer.
什么是Savogram?
Savogram是由Timotty开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to download photos and video from Instagram to your computer.”。
扩展截图
下载Savogram扩展crx文件
下载Savogram扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Download Instagram Photos and Videos Easily How to use: - Open the photo/video page in a new tab, ex: https://www.instagram.com/p/BCR9Tmfmpl_/ - Click on the download button
扩展基本信息
名称 | |
ID | afognmahpmlghgfmeldmmmekdbpaocei |
官方URL | https://chrome.google.com/webstore/detail/savogram/afognmahpmlghgfmeldmmmekdbpaocei |
简介 | This extension allows you to download photos and video from Instagram to your computer. |
文件大小 | 55.14 KB |
安装次数 | 928 |
当前版本 | 1.3 |
更新时间 | 2016-07-28 |
上架时间 | 2016-07-28 |
评分 | 2.60/5 共10次评分 |
开发者 | Timotty |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Savogram", "short_name": "Savogram", "description": "This extension allows you to download photos and video from Instagram to your computer.", "version": "1.3", "icons": { "128": "icon.png" }, "permissions": [ "*:\/\/*.instagram.com\/p\/*", "*:\/\/*.amazon.com\/*", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/p\/*" ], "js": [ "jquery.min.js", "app.js" ], "css": [ "app.css" ] }, { "matches": [ "*:\/\/*.amazon.com\/*" ], "js": [ "amazon.js" ] } ], "browser_action": { "default_popup": "popup.html" } } |