WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
InLoad - App Client for Instagram

InLoad - App Client for Instagram

View on Chrome Web Store
View InLoad - App Client for Instagram Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (614 ratings)
1 new ratings
26 views
This extension has been viewed 26 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Download photos, videos, stories, Reels from Instagram for free. Schedule posts on Instagram, fast save IGTV.
Type
Extension
Users
50,000 users
5K
AppIg Web.
View author page of AppIg Web.
Published
Published on December 15, 2022
Version 1.0.7
Manifest version
3
Updated
Updated on November 3, 2025
lifestyle/social
Extension Category
Website
Visit developer website
View on Chrome Web Store
View InLoad - App Client for Instagram Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "short_name": "INLoad",
    "default_locale": "en",
    "version": "1.0.7",
    "manifest_version": 3,
    "background": {
        "service_worker": "worker.js"
    },
    "icons": {
        "32": "img\/logo.png",
        "64": "img\/logo.png",
        "128": "img\/logo.png",
        "256": "img\/logo.png"
    },
    "action": {
        "default_icon": {
            "32": "img\/logo.png",
            "64": "img\/logo.png",
            "128": "img\/logo.png",
            "256": "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": [
                "<all_urls>"
            ]
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "storage",
        "downloads",
        "system.display",
        "declarativeNetRequest"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*",
                "data\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top