Downloader for Instagram

Download photo, video and stories from Instagram. Convenient app to review instagram direct messages or news feed. Instagram…

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 http://ig-story.net, và tính năng chính của nó là "Download photo, video and stories from Instagram. Convenient app to review instagram direct messages or news feed. Instagram…".

Ả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

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

Easily save favourite video or image as well as stories from the app.

Direct for IG offers you all mobile interface functions with two additional buttons that simply switch between Instagram direct messages and news feed. You spend much less time to open Direct. Just a single click from your browser turns you to all Instagram features.                    

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

Tên Downloader for Instagram Downloader for Instagram
ID feljkhponccbifjlmmadngdloimjjdld
URL Chính Thức https://chrome.google.com/webstore/detail/downloader-for-instagram/feljkhponccbifjlmmadngdloimjjdld
Mô tả Download photo, video and stories from Instagram. Convenient app to review instagram direct messages or news feed. Instagram…
Kích Thước Tệp 86.52 KB
Số Lần Cài Đặt 82,520
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2022-10-28
Ngày Phát Hành 2021-03-01
Đánh Giá 4.77/5 Tổng số 9266 Đánh Giá
Nhà Phát Triển http://ig-story.net
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "img\/*",
        "css\/*"
    ],
    "name": "__MSG_extName__",
    "default_locale": "en",
    "icons": {
        "128": "img\/icons\/icon-128.png"
    },
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "version": "1.4",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ],
            "all_frames": true,
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/libs\/jquery.min.js",
                "js\/content\/content.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/content\/instaLinkListener.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "32": "img\/icons\/icon-128.png"
        }
    },
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "downloads"
    ]
}