Savogram

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

Cos'è Savogram?

Savogram è un'estensione di Chrome sviluppata da Timotty, e la sua funzione principale è "This extension allows you to download photos and video from Instagram to your computer.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Savogram

Scarica i file di estensione Savogram in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Savogram Savogram
ID afognmahpmlghgfmeldmmmekdbpaocei
URL Ufficiale https://chrome.google.com/webstore/detail/savogram/afognmahpmlghgfmeldmmmekdbpaocei
Descrizione This extension allows you to download photos and video from Instagram to your computer.
Dimensione del File 55.14 KB
Conteggio Installazioni 928
Versione Corrente 1.3
Ultimo Aggiornamento 2016-07-28
Data di Pubblicazione 2016-07-28
Valutazione 2.60/5 Totale 10 Valutazioni
Sviluppatore Timotty
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}