Download with Internet Download Manager

Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager

Τι είναι το Download with Internet Download Manager;

Το Download with Internet Download Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον balvin.perrie, και η κύρια λειτουργία του είναι "Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Download with Internet Download Manager

Λήψη αρχείων επέκτασης Download with Internet Download Manager σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                                            

Βασικές Πληροφορίες Επέκτασης

Όνομα Download with Internet Download Manager Download with Internet Download Manager
ID ijagoebbhgpklaaliglekagdjpigbcgm
Επίσημο URL https://chrome.google.com/webstore/detail/download-with-internet-do/ijagoebbhgpklaaliglekagdjpigbcgm
Περιγραφή Send download jobs to Internet Download Manager from right-click context menu or by intercepting the built-in download manager
Μέγεθος Αρχείου 97.44 KB
Αριθμός Εγκαταστάσεων 17,872
Τρέχουσα Έκδοση 0.2.2
Τελευταία Ενημέρωση 2020-12-30
Ημερομηνία Δημοσίευσης 2020-02-26
Αξιολόγηση 3.83/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής balvin.perrie
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://add0n.com/download-with.html?from=idm
Διεύθυνση URL της Σελίδας Βοήθειας https://add0n.com/download-with.html?from=idm
URL της Σελίδας Πολιτικής Απορρήτου https://add0n.com/policies/balvin.perrie.txt
Υποστηριζόμενες Γλώσσες en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download with Internet Download Manager",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.2.2",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "nativeMessaging",
        "notifications",
        "downloads",
        "contextMenus"
    ],
    "optional_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "config.js",
            "termlib_parser.js",
            "background.js"
        ]
    },
    "browser_action": [],
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "homepage_url": "https:\/\/add0n.com\/download-with.html?from=idm",
    "options_ui": {
        "page": "data\/options\/index.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "data\/grab\/index.html"
    ]
}