INLoad | App Client for Instagram™

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

Apa itu INLoad | App Client for Instagram™?

INLoad | App Client for Instagram™ adalah ekstensi Chrome yang dikembangkan oleh https://ig4desktop.com, dan fitur utamanya adalah "Download photos, videos, stories, Reels from Instagram for free. Schedule posts on Instagram, fast save IGTV.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi INLoad | App Client for Instagram™

Unduh file ekstensi INLoad | App Client for Instagram™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama INLoad | App Client for Instagram™ INLoad | App Client for Instagram™
ID ikcgnmhndofpnljaijlpjjbbpiamehan
URL Resmi https://chromewebstore.google.com/detail/inload-app-client-for-ins/ikcgnmhndofpnljaijlpjjbbpiamehan
Deskripsi Download photos, videos, stories, Reels from Instagram for free. Schedule posts on Instagram, fast save IGTV.
Ukuran File 159 KB
Jumlah Instalasi 890,762
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2023-12-06
Tanggal Publikasi 2022-12-14
Penilaian 4.73/5 Total 532 Penilaian
Pengembang https://ig4desktop.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://ig4desktop.com
URL Halaman Kebijakan Privasi https://ig4desktop.com/privacy-policy.html
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}