FastSave & Repost for Instagram

Download or repost stories, videos & photos from Instagram.

FastSave & Repost for Instagram란 무엇입니까?

FastSave & Repost for Instagram은(는) FastSave에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download or repost stories, videos & photos from Instagram."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

FastSave & Repost for Instagram 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 FastSave & Repost for Instagram FastSave & Repost for Instagram
ID fdedigfpeejoaoicpppjcpicekleaedb
공식 URL https://chrome.google.com/webstore/detail/fastsave-repost-for-insta/fdedigfpeejoaoicpppjcpicekleaedb
설명 Download or repost stories, videos & photos from Instagram.
파일 크기 370 KB
설치 횟수 300,000
현재 버전 2.11
최근 업데이트 2022-08-11
출시 날짜 2020-06-19
평점 3.40/5 총 708 개의 평점
개발자 FastSave
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/fastsaveforig/home
지원되는 언어 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\/*"
    ]
}