INLoad | App Client for Instagram™

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

Qu'est-ce que INLoad | App Client for Instagram™ ?

INLoad | App Client for Instagram™ est une extension Chrome développée par https://ig4desktop.com, et sa fonction principale est "Download photos, videos, stories, Reels from Instagram for free. Schedule posts on Instagram, fast save IGTV.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension INLoad | App Client for Instagram™

Téléchargez les fichiers d'extension INLoad | App Client for Instagram™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom INLoad | App Client for Instagram™ INLoad | App Client for Instagram™
ID ikcgnmhndofpnljaijlpjjbbpiamehan
URL Officiel https://chromewebstore.google.com/detail/inload-app-client-for-ins/ikcgnmhndofpnljaijlpjjbbpiamehan
Description Download photos, videos, stories, Reels from Instagram for free. Schedule posts on Instagram, fast save IGTV.
Taille du Fichier 159 KB
Nombre d'Installations 890,762
Version Actuelle 1.0.4
Dernière Mise à Jour 2023-12-06
Date de Publication 2022-12-14
Évaluation 4.73/5 Total 532 Évaluations
Développeur https://ig4desktop.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ig4desktop.com
URL de la Page de Politique de Confidentialité https://ig4desktop.com/privacy-policy.html
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}