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.”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 Savogram Savogram
ID afognmahpmlghgfmeldmmmekdbpaocei
官方網址 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"
    }
}