WebExtension.net
WebExtension.net

Download Manager Integration Checklist

View on Chrome Web Store
View Download Manager Integration Checklist Chrome Extension on Chrome Web Store
4.4 (57 ratings)

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

Effective solution to seamlessly integrate Internet Download Manager (IDM) with Google Chrome manually
Type
Extension
Users
70,000 users
spearsmatthew328
View author page of spearsmatthew328
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 25, 2022
Version 4.1.0
Manifest version
3
Updated
Updated on October 31, 2024
View on Chrome Web Store
View Download Manager Integration Checklist Chrome Extension on Chrome Web Store
productivity/education
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download Manager Integration Checklist",
    "description": "Effective solution to seamlessly integrate Internet Download Manager (IDM) with Google Chrome manually",
    "version": "4.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "declarativeNetRequestWithHostAccess",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rule.json"
            }
        ]
    },
    "background": {
        "service_worker": "background.js"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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