IGdld

Instagram story (image / video) downloader.

IGdld là gì?

IGdld là một tiện ích mở rộng Chrome được phát triển bởi j.martin.utn, và tính năng chính của nó là "Instagram story (image / video) downloader.".

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

screenshot

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

Tải xuống các tệp mở rộng IGdld 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

                        Instagram story (image / video) downloader. Just click on the extension icon and it will open a new tab where you can download the video or image.                    

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

Tên IGdld IGdld
ID gghhobgmianekfjacbhbjdolhkkgpjpf
URL Chính Thức https://chrome.google.com/webstore/detail/igdld/gghhobgmianekfjacbhbjdolhkkgpjpf
Mô tả Instagram story (image / video) downloader.
Kích Thước Tệp 22.47 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-12-02
Ngày Phát Hành 2020-12-02
Nhà Phát Triển j.martin.utn
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IGdld",
    "description": "Instagram story (image \/ video) downloader.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ]
}