IGsave - Downloader for Instagram™ video

Simplest way to download instagram video & photo anonymously.

IGsave - Downloader for Instagram™ video란 무엇입니까?

IGsave - Downloader for Instagram™ video은(는) margaretafossb70에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simplest way to download instagram video & photo anonymously."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

IGsave - Downloader for Instagram™ video 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        IGsave helps you to download stories (and highlights), Videos, Reels, Photos and IGTVs! You can use bulk downloader for stories and posts that have more than one item. Also, you can repost feed instagram。
The main features: 
-Download instagram video & photo anonymously.
-repost feed instagram from a user or feed
- Bulk download photos and videos                    

확장 프로그램 기본 정보

이름 IGsave - Downloader for Instagram™ video IGsave - Downloader for Instagram™ video
ID nfehnpifjoihfddijopbandjoamdjjfg
공식 URL https://chrome.google.com/webstore/detail/igsave-downloader-for-ins/nfehnpifjoihfddijopbandjoamdjjfg
설명 Simplest way to download instagram video & photo anonymously.
파일 크기 869 KB
설치 횟수 304
현재 버전 1.0.0
최근 업데이트 2022-08-23
출시 날짜 2022-08-23
평점 3.00/5 총 2 개의 평점
개발자 margaretafossb70
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://twiclips.top/privacy
지원되는 언어 de,en,fr,tr,es,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "128": "icons\/icon_128.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/fonts.css",
                "css\/styles.css"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "declarativeNetRequest",
        "downloads",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "icons\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}