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™?

INLoad | App Client for Instagram™是由https://ig4desktop.com開發的Chrome擴展程式,該擴展的主要功能是“Download photos, videos, stories, Reels from Instagram for free. Schedule posts on Instagram, fast save IGTV.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載INLoad | App Client for Instagram™擴展crx文件

下載INLoad | App Client for Instagram™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 INLoad | App Client for Instagram™ INLoad | App Client for Instagram™
ID ikcgnmhndofpnljaijlpjjbbpiamehan
官方網址 https://chromewebstore.google.com/detail/inload-app-client-for-ins/ikcgnmhndofpnljaijlpjjbbpiamehan
簡介 Download photos, videos, stories, Reels from Instagram for free. Schedule posts on Instagram, fast save IGTV.
檔案大小 159 KB
安裝次數 890,762
目前版本 1.0.4
更新時間 2023-12-06
上架時間 2022-12-14
評分 4.73/5 共 532 次評分
開發者 https://ig4desktop.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://ig4desktop.com
隱私政策頁面URL https://ig4desktop.com/privacy-policy.html
支援的語言 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": [
                ""
            ]
        }
    ]
}