Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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'" } }