INLoad | App Client for Instagram™

Download photos, videos, stories, Reels from Instagram for free. Schedule posts on Instagram, fast save IGTV.

INLoad | App Client for Instagram™ là gì?

INLoad | App Client for Instagram™ là một tiện ích mở rộng Chrome được phát triển bởi https://ig4desktop.com, và tính năng chính của nó là "Download photos, videos, stories, Reels from Instagram for free. Schedule posts on Instagram, fast save IGTV.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng INLoad | App Client for Instagram™

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

                        This very simple app allows you to access to the Instagram™ mobile website like you can do on your smartphone but on your computer!

More and more people all over the world use popular social media platform for communication such us Instagram or Facebook, entertainment and even business in everyday living. 

To make this usage more convenient, we gave developed a fully identically mobile version of Instagram website in your browser. It's a good alternative to chat in the web instead of mobile phone while you are working in the office or watch a movie in the evening.

With this INLoad | App Client for Instagram™  extension you can now: 
- Upload photos and upload videos
- Direct Messages are fully supported
- Open / Download photos and videos in full HD
- Everything you can do normally on your phone on the Instagram mobile website (like, follow, comment, browse, ..)
- Repost pictures and videos.
- Dark theme for Instagram
- Make a screenshot directly on Instagram

Dark mode 
Take care of your eyes day and night using dark mode or changing screen brightness to special eye-protective color. Dark Theme enables night mode on nearly all websites and gives you the ability to control the built-in dark themes on those that have it.

The feature you always dreamed about but couldn’t find. So no more Instagram screenshots and screen recordings. This useful INLoad Chrome extension will help you download photos, videos and stories from Instagram to your computer. 

Use Instagram just like you’d typically use it on your smartphone. In addition, you can see photos or video clips and post them on Instagram from your computer. A bonus is a built-in function to save pictures and videos.

How to use the INLoad?
1. Install extension for Chrome.
2. Pin the extension for quick access.
3. Open any web pages in your browser.
4. Click to the extension icon on browser toolbar.

This app requires only the minimal permissions required to work to improve your security.

Warning
Instagram™ is a trademark of Instagram Inc., registered in the U.S. and other countries. This is an independent project developed by AppIg Web. and has no relationship to Instagram™ or Instagram Inc.

Rate us! We work hard to provide you with the best experience. If you like our extension, please provide us with a 5 star rating!                    

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

Tên INLoad | App Client for Instagram™ INLoad | App Client for Instagram™
ID ikcgnmhndofpnljaijlpjjbbpiamehan
URL Chính Thức https://chromewebstore.google.com/detail/inload-app-client-for-ins/ikcgnmhndofpnljaijlpjjbbpiamehan
Mô tả Download photos, videos, stories, Reels from Instagram for free. Schedule posts on Instagram, fast save IGTV.
Kích Thước Tệp 159 KB
Số Lần Cài Đặt 890,762
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-12-06
Ngày Phát Hành 2022-12-14
Đánh Giá 4.73/5 Tổng số 532 Đánh Giá
Nhà Phát Triển https://ig4desktop.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ig4desktop.com
URL Trang Chính Sách Bảo Mật https://ig4desktop.com/privacy-policy.html
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,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_description__",
    "short_name": "INLoad",
    "default_locale": "en",
    "version": "1.0.4",
    "manifest_version": 3,
    "background": {
        "service_worker": "worker.js"
    },
    "icons": {
        "128": "img\/logo.png",
        "256": "img\/logo.png",
        "32": "img\/logo.png",
        "64": "img\/logo.png"
    },
    "action": {
        "default_icon": {
            "128": "img\/logo.png",
            "256": "img\/logo.png",
            "32": "img\/logo.png",
            "64": "img\/logo.png"
        },
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "js": [
                "data\/change.js"
            ],
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "assets\/popup.css",
                "assets\/rate.css",
                "assets\/theme.css"
            ],
            "js": [
                "data\/libs\/jquery.js",
                "data\/content.js",
                "data\/rate.js",
                "data\/change.js"
            ],
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ]
        },
        {
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "data\/listenerLink.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "downloads",
        "system.display",
        "declarativeNetRequest"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*",
                "data\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}