Savogram

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

Qu'est-ce que Savogram ?

Savogram est une extension Chrome développée par Timotty, et sa fonction principale est "This extension allows you to download photos and video from Instagram to your computer.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Savogram

Téléchargez les fichiers d'extension Savogram au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Savogram Savogram
ID afognmahpmlghgfmeldmmmekdbpaocei
URL Officiel https://chrome.google.com/webstore/detail/savogram/afognmahpmlghgfmeldmmmekdbpaocei
Description This extension allows you to download photos and video from Instagram to your computer.
Taille du Fichier 55.14 KB
Nombre d'Installations 928
Version Actuelle 1.3
Dernière Mise à Jour 2016-07-28
Date de Publication 2016-07-28
Évaluation 2.60/5 Total 10 Évaluations
Développeur Timotty
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}