Savogram
This extension allows you to download photos and video from Instagram to your computer.
Hvad er Savogram?
Savogram er en Chrome-udvidelse udviklet af Timotty, og dens hovedfunktion er "This extension allows you to download photos and video from Instagram to your computer.".
Udvidelsesskærmbilleder
Download Savogram-udvidelses-CRX-fil
Download Savogram-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | afognmahpmlghgfmeldmmmekdbpaocei |
Officiel URL | https://chrome.google.com/webstore/detail/savogram/afognmahpmlghgfmeldmmmekdbpaocei |
Beskrivelse | This extension allows you to download photos and video from Instagram to your computer. |
Filstørrelse | 55.14 KB |
Antal Installationer | 928 |
Nuværende Version | 1.3 |
Senest Opdateret | 2016-07-28 |
Udgivelsesdato | 2016-07-28 |
Bedømmelse | 2.60/5 Samlet 10 Bedømmelser |
Udvikler | Timotty |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |