Download photo from instagram

Download any photo, video and story from Instagram to computer

Vad är Download photo from instagram?

Download photo from instagram är en Chrome-tillägg utvecklad av jimmy.daniel.7834, och dess huvudfunktion är "Download any photo, video and story from Instagram to computer".

Tilläggsskärmbilder

screenshot

Ladda ner Download photo from instagram-förlängningens CRX-fil

Ladda ner Download photo from instagram-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Download photo from instagram Download photo from instagram
ID fhllildlikmifjkoejmohabfddmndphf
Officiell webbadress https://chromewebstore.google.com/detail/download-photo-from-insta/fhllildlikmifjkoejmohabfddmndphf
Beskrivning Download any photo, video and story from Instagram to computer
Filstorlek 485 KB
Antal Installationer 10,000
Aktuell Version 2.0.39
Senast Uppdaterad 2021-07-19
Publiceringsdatum 2021-07-19
Betyg 1.29/5 Totalt 34 Betyg
Utvecklare jimmy.daniel.7834
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}