WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
HD Downloader for Instagram - High Definition Video

HD Downloader for Instagram - High Definition Video

View on Chrome Web Store
View HD Downloader for Instagram - High Definition Video Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (30 ratings)
2 new ratings
1 views
This extension has been viewed 1 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 Posts,Reels,Story(Photos and Videos) from Instagram, download High Definition(>=1080P) Video, if available
Type
Extension
Users
347 users
10
pandahi.ltd
View author page of pandahi.ltd
Published
Published on April 4, 2025
Version 1.0.0
Manifest version
3
Updated
Updated on April 4, 2025
lifestyle/social
Extension Category
View on Chrome Web Store
View HD Downloader for Instagram - High Definition Video 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": "HD Downloader for Instagram - High Definition Video",
    "description": "Download Posts,Reels,Story(Photos and Videos) from Instagram, download High Definition(>=1080P) Video, if available",
    "version": "1.0.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "css": [
                "\/styles\/cs.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "cs.js"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "ij.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_end",
            "world": "MAIN"
        }
    ],
    "host_permissions": [
        "https:\/\/pandahi.cc\/*",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.cdninstagram.com\/*",
        "*:\/\/*.cdninstagram.net\/*",
        "*:\/\/*.fbcdn.net\/*"
    ],
    "permissions": [
        "offscreen",
        "storage",
        "tabs",
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "action": {
        "default_title": "HD Downloader for Instagram - High Definition Video",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/16.png",
            "32": "\/icons\/32.png",
            "128": "\/icons\/128.png"
        }
    },
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "128": "\/icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "vendor\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "resources": [
                "is.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}
© 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