Savogram
This extension allows you to download photos and video from Instagram to your computer.
What is Savogram?
Savogram is a Chrome extension developed by Timotty, and its main feature is "This extension allows you to download photos and video from Instagram to your computer.".
Extension Screenshots
Download Savogram Extension CRX File
Download Savogram extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | afognmahpmlghgfmeldmmmekdbpaocei |
Official URL | https://chrome.google.com/webstore/detail/savogram/afognmahpmlghgfmeldmmmekdbpaocei |
Description | This extension allows you to download photos and video from Instagram to your computer. |
File Size | 55.14 KB |
Installation Count | 928 |
Current Version | 1.3 |
Last Updated | 2016-07-28 |
Publish Date | 2016-07-28 |
Rating | 2.60/5 Total 10 Ratings |
Developer | Timotty |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |