Download photo from instagram

Download any photo, video and story from Instagram to computer

Co je Download photo from instagram?

Download photo from instagram je rozšíření Chrome vyvinuté jimmy.daniel.7834, a jeho hlavní funkcí je „Download any photo, video and story from Instagram to computer“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Download photo from instagram

Stáhněte si soubory rozšíření Download photo from instagram ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        The feature you always dreamed about but couldn’t find. So no more Instagram screenshots and screen recordings. This useful Chrome extension will help you download photos, videos and stories from Instagram to your computer. 

Just enable it by clicking a button located in the extensions section of your browser. Now all your favourite content can be saved any time you want! 

To download photos or videos do the following:

- open a post with a photo or video you want to save
- click the ‘Download’ button right under the post 
- choose a folder on your computer and save 

If you want to download stories do this:

- open the needed stories
- pause it
- click the ‘Download’ button under the ‘Close’ button on the top right
- choose a folder on your computer and save 

Don’t lose your important information from Instagram and store it on your PC with our extension. Access it 24/7!                    

Základní Informace o Rozšíření

Název Download photo from instagram Download photo from instagram
ID fhllildlikmifjkoejmohabfddmndphf
Oficiální URL https://chromewebstore.google.com/detail/download-photo-from-insta/fhllildlikmifjkoejmohabfddmndphf
Popis Download any photo, video and story from Instagram to computer
Velikost souboru 485 KB
Počet instalací 10,000
Aktuální Verze 2.0.39
Poslední Aktualizace 2021-07-19
Datum Vydání 2021-07-19
Hodnocení 1.29/5 Celkem 34 Hodnocení
Vývojář jimmy.daniel.7834
E-mail [email protected]
Typ Platby free
Podporované Jazyky id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.0.39",
    "default_locale": "en",
    "icons": {
        "512": "icons\/instagram.png"
    },
    "web_accessible_resources": [
        "icons\/download_black.png",
        "icons\/download_white.png",
        "icons\/instagram.png"
    ],
    "permissions": [
        "downloads",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.cdninstagram.com\/*"
            ],
            "js": [
                "js\/extension.js"
            ],
            "css": [
                "css\/extension.css"
            ]
        }
    ]
}