Save & Repost for Instagram

Download instagram video, photo, IG story, reels. Easily repost photos and videos from Instagram.

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

Save & Repost for Instagram은(는) Ant에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download instagram video, photo, IG story, reels. Easily repost photos and videos from Instagram."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        It is a straightforward extension that adds a download and repost function to Instagram. You can save Reels videos for free and download images from Instagram in high quality and with no limits.

Use Instagram just like you’d typically use it on your smartphone. In addition, you can see photos or video clips and post them on Instagram from your computer.

* Complete List of Features:
- Download Instagram photos in high quality.
- Download Instagram origin videos.
- Story saver from Instagram.
- Two screen size modes - desktop or phone.
- Repost pictures and videos.
- No download limitations.

Please be careful not to download too many images at once because Instagram can block you temporarily because of too many downloads (about five minutes).                    

확장 프로그램 기본 정보

이름 Save & Repost for Instagram Save & Repost for Instagram
ID olmfgbcgfadifpdcompkdbgdifojjdlg
공식 URL https://chrome.google.com/webstore/detail/save-repost-for-instagram/olmfgbcgfadifpdcompkdbgdifojjdlg
설명 Download instagram video, photo, IG story, reels. Easily repost photos and videos from Instagram.
파일 크기 368 KB
설치 횟수 376,167
현재 버전 3.5
최근 업데이트 2023-02-23
출시 날짜 2020-06-25
평점 4.51/5 총 1360 개의 평점
개발자 Ant
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://deskfor-ig.com/policy.html
지원되는 언어 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
{
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/instaBg.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/64.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/extension.css"
            ],
            "js": [
                "js\/extension.js",
                "js\/transform.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "assets\/128.png",
        "32": "assets\/32.png",
        "64": "assets\/64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "storage",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "downloads",
        "tabs",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.5",
    "web_accessible_resources": [
        "assets\/*"
    ]
}