NeatDownloadManager Extension

Sends Download Links to Neat Download Manager

Τι είναι το NeatDownloadManager Extension;

Το NeatDownloadManager Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.neatdownloadmanager.com, και η κύρια λειτουργία του είναι "Sends Download Links to Neat Download Manager".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης NeatDownloadManager Extension

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

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

                        Integrates  Neat Download Manager Application with Chrome browser.
Sends your Download links to Neat Download Manager and helps you Download Video/Audio from many websites.

Caution:
 For Mac and Windows and needs Neat Download Manager to be installed. 
 Can’t download YouTube videos and encrypted media files.
 NeatDownloadManager does not collect or send any personal data.
 Holding down Delete-Key will bypass the extension.                    

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

Όνομα NeatDownloadManager Extension NeatDownloadManager Extension
ID cpcifbdmkopohnnofedkjghjiclmhdah
Επίσημο URL https://chromewebstore.google.com/detail/neatdownloadmanager-exten/cpcifbdmkopohnnofedkjghjiclmhdah
Περιγραφή Sends Download Links to Neat Download Manager
Μέγεθος Αρχείου 35.75 KB
Αριθμός Εγκαταστάσεων 365,694
Τρέχουσα Έκδοση 1.9.92
Τελευταία Ενημέρωση 2023-11-21
Ημερομηνία Δημοσίευσης 2020-02-18
Αξιολόγηση 4.12/5 Συνολικά 179 Αξιολογήσεις
Προγραμματιστής https://www.neatdownloadmanager.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.neatdownloadmanager.com/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.9.92",
    "author": "Javad Motallebi",
    "description": "Sends Download Links to Neat Download Manager",
    "name": "NeatDownloadManager Extension",
    "action": {
        "default_icon": {
            "16": "img\/icon16.png"
        }
    },
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "js": [
                "ct.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/icon16.png",
                "img\/icon16_2x.png",
                "img\/close16.png",
                "img\/close16_2x.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webNavigation",
        "cookies",
        "contextMenus",
        "storage",
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "homepage_url": "https:\/\/www.neatdownloadmanager.com\/"
}