FastSave & Repost for Instagram

Download or repost stories, videos & photos from Instagram.

Qu'est-ce que FastSave & Repost for Instagram ?

FastSave & Repost for Instagram est une extension Chrome développée par FastSave, et sa fonction principale est "Download or repost stories, videos & photos from Instagram.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension FastSave & Repost for Instagram

Téléchargez les fichiers d'extension FastSave & Repost for Instagram 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

                        Instagram is a popular photo-sharing network which allows you to instantly share photo snaps and short video clips of your daily life. Many users enjoy this app so much that they want to use Instagram on PC and utilize its full function, just as if they were using it on their phone. 

With FastSave for Instagram, you can use IG just like you’d normally use it on your smartphone. You will be able to see photos or video clips and post on IG from your computer. An added bonus is the built-in function to save photos and videos.

Wanna download videos and images from Instagram? It is simple now! FastSave extension - video & photo downloader. With this downloader, you can fast save any photo and video from Instagram. Just one click, FastSave will save your favorite photo and video to your PC or Mac. What’s more, it is 100% free for all user. You really should try this downloader tool.
 
🔸Features: 
✨Two screen size modes - Desktop or Phone: Which should you choose?
✨Image photo save - Download high quality pictures that you like.
✨Video download - Download origin video.
✨Story download - Download Story anonymously.
✨Instant save - After you download, photos and videos will be quick saved to your PC or Mac automatically.

👉How to use:
✨Install FastSave.
✨Choose desktop or mobile mode.
✨Open Instagram and choose photo or video that you want to download.
✨Click to the download button and choose where you want to save the file.
✨Then photo or video you select will be saved automatically.

Source: 
https://github.com/HuiiBuh/InstagramDownloader/blob/master/README.md                    

Informations de Base sur l'Extension

Nom FastSave & Repost for Instagram FastSave & Repost for Instagram
ID fdedigfpeejoaoicpppjcpicekleaedb
URL Officiel https://chrome.google.com/webstore/detail/fastsave-repost-for-insta/fdedigfpeejoaoicpppjcpicekleaedb
Description Download or repost stories, videos & photos from Instagram.
Taille du Fichier 370 KB
Nombre d'Installations 300,000
Version Actuelle 2.11
Dernière Mise à Jour 2022-08-11
Date de Publication 2020-06-19
Évaluation 3.40/5 Total 708 Évaluations
Développeur FastSave
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/fastsaveforig/home
Langues Prises en Charge id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,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__",
    "default_locale": "en",
    "version": "2.11",
    "icons": {
        "32": "assets\/32.png",
        "64": "assets\/64.png",
        "128": "assets\/128.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "downloads",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/instaBg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/extension.js",
                "js\/transform.js",
                "js\/content.js"
            ],
            "css": [
                "css\/extension.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "assets\/64.png",
        "default_popup": "html\/popup.html"
    },
    "web_accessible_resources": [
        "assets\/*"
    ]
}