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
公式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
Eメール [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"
    }
}