Savogram
This extension allows you to download photos and video from Instagram to your computer.
Wat is Savogram?
Savogram is een Chrome-extensie ontwikkeld door Timotty, en de belangrijkste functie is "This extension allows you to download photos and video from Instagram to your computer.".
Extensie Screenshots
Download het CRX-bestand van de extensie Savogram
Download Savogram-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | afognmahpmlghgfmeldmmmekdbpaocei |
Officiële URL | https://chrome.google.com/webstore/detail/savogram/afognmahpmlghgfmeldmmmekdbpaocei |
Beschrijving | This extension allows you to download photos and video from Instagram to your computer. |
Bestandsgrootte | 55.14 KB |
Aantal Installaties | 928 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2016-07-28 |
Publicatiedatum | 2016-07-28 |
Beoordeling | 2.60/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Timotty |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |