Downloader For Instagram

Opens popular social network in one click and allows to save video file or image from a website.

Downloader For Instagram là gì?

Downloader For Instagram là một tiện ích mở rộng Chrome được phát triển bởi White Moon Inc, và tính năng chính của nó là "Opens popular social network in one click and allows to save video file or image from a website.".

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

screenshot
screenshot
screenshot

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

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

                        Allows to save photo, image, video from the popular social network.

Simply save the content that is in a common access. Quick access to the website to review news feed.

Easily open direct messages just with one click. It's a great tool for website lovers who want to stay in touch with friends as well as review the news feed.                    

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

Tên Downloader For Instagram Downloader For Instagram
ID bhfelhfpjghfmhogedjnlmdpkbhmjhlf
URL Chính Thức https://chromewebstore.google.com/detail/downloader-for-instagram/bhfelhfpjghfmhogedjnlmdpkbhmjhlf
Mô tả Opens popular social network in one click and allows to save video file or image from a website.
Kích Thước Tệp 360 KB
Số Lần Cài Đặt 23,219
Phiên Bản Hiện Tại 3.1.2
Cập Nhật Lần Cuối 2023-09-12
Ngày Phát Hành 2022-04-05
Đánh Giá 3.29/5 Tổng số 31 Đánh Giá
Nhà Phát Triển White Moon Inc
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "3.1.2",
    "manifest_version": 3,
    "icons": {
        "16": "favicon.png",
        "32": "logo192.png",
        "48": "logo192.png",
        "128": "logo512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "favicon.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo512.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": []
}