Savogram

This extension allows you to download photos and video from Instagram to your computer.

Was ist Savogram?

Savogram ist eine Chrome-Erweiterung, die von Timotty entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to download photos and video from Instagram to your computer.".

Erweiterungsscreenshots

screenshot

Savogram-Erweiterungs-CRX-Datei herunterladen

Laden Sie Savogram-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Savogram Savogram
ID afognmahpmlghgfmeldmmmekdbpaocei
Offizielle URL https://chrome.google.com/webstore/detail/savogram/afognmahpmlghgfmeldmmmekdbpaocei
Beschreibung This extension allows you to download photos and video from Instagram to your computer.
Dateigröße 55.14 KB
Installationsanzahl 928
Aktuelle Version 1.3
Letztes Update 2016-07-28
Veröffentlichungsdatum 2016-07-28
Bewertung 2.60/5 Insgesamt 10 Bewertungen
Entwickler Timotty
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}