Free Download Manager

Free Download Manager integration with browser

Free Download Manager क्या है?

Free Download Manager Free Download Manager.ORG द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free Download Manager integration with browser"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Free Download Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        It's an official Google Chrome extension by Free Download Manager developers. The sole purpose of this extension is integration with Free Download Manager. FDM is a fast and reliable download manager and accelerator that improves your experience with downloads and helps you organize them in an easy manner.

If you want to help us make Free Download Manager (or this Chrome extension) better - you are always welcome on our forum where you can post bug reports, feature suggestions, and ideas, as well as get support for any issues you stumbled upon with FDM: https://www.freedownloadmanager.org/board/

Note: Windows, Mac and Linux! Requires FDM to be installed to work properly.                    

एक्सटेंशन की मूल जानकारी

नाम Free Download Manager Free Download Manager
ID ahmpjcflkgiildlgicmcieglgoilbfdp
आधिकारिक URL https://chromewebstore.google.com/detail/free-download-manager/ahmpjcflkgiildlgicmcieglgoilbfdp
विवरण Free Download Manager integration with browser
फ़ाइल का आकार 282 KB
स्थापना संख्या 2,671,246
वर्तमान संस्करण 3.0.57
अंतिम अपडेट 2024-01-10
प्रकाशन तिथि 2020-07-03
रेटिंग 4.24/5 कुल 4433 रेटिंग्स
डेवलपर Free Download Manager.ORG
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.freedownloadmanager.org
सहायता पृष्ठ URL https://www.freedownloadmanager.org/support.htm?from=gh
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "FreeDownloadManager.ORG",
    "manifest_version": 2,
    "minimum_chrome_version": "32",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "version": "3.0.57",
    "homepage_url": "https:\/\/www.freedownloadmanager.org",
    "browser_action": {
        "default_title": "Free Download Manager extension",
        "default_popup": "settings.html",
        "default_icon": "fdm16.png"
    },
    "icons": {
        "16": "fdm16.png",
        "48": "fdm48.png",
        "128": "fdm128.png"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "52.0"
        }
    },
    "permissions": [
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "downloads",
        "nativeMessaging",
        "contextMenus",
        "activeTab",
        "storage",
        "history",
        "tabs",
        "notifications"
    ],
    "background": {
        "scripts": [
            "webextension.js",
            "utils.js",
            "misc.js",
            "RequestsManager.js",
            "cookiemgr.js",
            "fdmbhtasks.js",
            "nativehostmgr.js",
            "fdmbhutils.js",
            "contextmenumgr.js",
            "fdmcontextmenumgr.js",
            "dldsinterceptmgr.js",
            "fdmdldsinterceptmgr.js",
            "netwrkmon.js",
            "fdmnetwrkmon.js",
            "settingsbghlpr.js",
            "tabsmanager.js",
            "installationmgr.js",
            "fdmscheme.js",
            "fdmextension.js",
            "main.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "webextension.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "js": [
                "fdmschemecatch.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "js": [
                "contextmenuhlpr.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "js": [
                "youtubeutils.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.freedownloadmanager.org\/*"
        ]
    }
}