instagram tool for download

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

instagram tool for download là gì?

instagram tool for download là một tiện ích mở rộng Chrome được phát triển bởi http://sslbitcoin.com, và tính năng chính của nó là "download instagram image&video(posts,igtv,stories,reels)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng instagram tool for download

Tải xuống các tệp mở rộng instagram tool for download dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên instagram tool for download instagram tool for download
ID khjmcaockgmjljbklmabmikkhdgmjahc
URL Chính Thức https://chrome.google.com/webstore/detail/instagram-tool-for-downlo/khjmcaockgmjljbklmabmikkhdgmjahc
Mô tả download instagram image&video(posts,igtv,stories,reels)
Kích Thước Tệp 32.27 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.8.0
Cập Nhật Lần Cuối 2022-01-12
Ngày Phát Hành 2020-12-09
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://sslbitcoin.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sslbitcoin.com/
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}