instagram tool for download

download instagram image&video(posts,igtv,stories,reels)

instagram tool for download란 무엇입니까?

instagram tool for download은(는) http://sslbitcoin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "download instagram image&video(posts,igtv,stories,reels)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

instagram tool for download 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The tool currently supports images (multiple sizes) and video downloads ;

1、download  images (HD photos)
2、download  video (igtv,stories,reels)
3、download  all  posts                    

확장 프로그램 기본 정보

이름 instagram tool for download instagram tool for download
ID khjmcaockgmjljbklmabmikkhdgmjahc
공식 URL https://chrome.google.com/webstore/detail/instagram-tool-for-downlo/khjmcaockgmjljbklmabmikkhdgmjahc
설명 download instagram image&video(posts,igtv,stories,reels)
파일 크기 32.27 KB
설치 횟수 1,000
현재 버전 0.8.0
최근 업데이트 2022-01-12
출시 날짜 2020-12-09
평점 1.00/5 총 1 개의 평점
개발자 http://sslbitcoin.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://sslbitcoin.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "instagram tool for download",
    "homepage_url": "https:\/\/sslbitcoin.com",
    "description": "download instagram image&video(posts,igtv,stories,reels)",
    "version": "0.8.0",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "img\/*",
                "iframeTmp.html"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        },
        {
            "resources": [
                "css\/*",
                "img\/*",
                "iframeTmp.html"
            ],
            "matches": [
                "https:\/\/sslbitcoin.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/receive.png",
        "48": "img\/download.png"
    },
    "permissions": [
        "downloads",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.sslbitcoin.com\/*"
    ],
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_icon": "img\/download.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/content-new.css",
                "css\/content.css"
            ],
            "js": [
                "js\/m.js",
                "js\/cs.js"
            ]
        },
        {
            "js": [
                "js\/cs2.js"
            ],
            "matches": [
                "https:\/\/*.sslbitcoin.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com ; object-src 'self'"
    }
}