FastSave & Repost for Instagram

Download or repost stories, videos & photos from Instagram.

Co je FastSave & Repost for Instagram?

FastSave & Repost for Instagram je rozšíření Chrome vyvinuté FastSave, a jeho hlavní funkcí je „Download or repost stories, videos & photos from Instagram.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření FastSave & Repost for Instagram

Stáhněte si soubory rozšíření FastSave & Repost for 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í

                        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                    

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

Název FastSave & Repost for Instagram FastSave & Repost for Instagram
ID fdedigfpeejoaoicpppjcpicekleaedb
Oficiální URL https://chrome.google.com/webstore/detail/fastsave-repost-for-insta/fdedigfpeejoaoicpppjcpicekleaedb
Popis Download or repost stories, videos & photos from Instagram.
Velikost souboru 370 KB
Počet instalací 300,000
Aktuální Verze 2.11
Poslední Aktualizace 2022-08-11
Datum Vydání 2020-06-19
Hodnocení 3.40/5 Celkem 708 Hodnocení
Vývojář FastSave
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://sites.google.com/view/fastsaveforig/home
Podporované Jazyky 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\/*"
    ]
}