FastSave & Repost for Instagram

Download or repost stories, videos & photos from Instagram.

O que é FastSave & Repost for Instagram?

FastSave & Repost for Instagram é uma extensão do Chrome desenvolvida por FastSave, e sua principal característica é "Download or repost stories, videos & photos from Instagram.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FastSave & Repost for Instagram

Baixe arquivos de extensão FastSave & Repost for Instagram no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome FastSave & Repost for Instagram FastSave & Repost for Instagram
ID fdedigfpeejoaoicpppjcpicekleaedb
URL Oficial https://chrome.google.com/webstore/detail/fastsave-repost-for-insta/fdedigfpeejoaoicpppjcpicekleaedb
Descrição Download or repost stories, videos & photos from Instagram.
Tamanho do Arquivo 370 KB
Contagem de Instalações 300,000
Versão Atual 2.11
Última Atualização 2022-08-11
Data de Publicação 2020-06-19
Classificação 3.40/5 Total de 708 Avaliações
Desenvolvedor FastSave
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://sites.google.com/view/fastsaveforig/home
Idiomas Suportados 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\/*"
    ]
}