NeatDownloadManager Extension
Sends Download Links to Neat Download Manager
Was ist NeatDownloadManager Extension?
NeatDownloadManager Extension ist eine Chrome-Erweiterung, die von https://www.neatdownloadmanager.com entwickelt wurde, und ihr Hauptmerkmal ist "Sends Download Links to Neat Download Manager".
Erweiterungsscreenshots
NeatDownloadManager Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie NeatDownloadManager Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | NeatDownloadManager Extension |
ID | cpcifbdmkopohnnofedkjghjiclmhdah |
Offizielle URL | https://chromewebstore.google.com/detail/neatdownloadmanager-exten/cpcifbdmkopohnnofedkjghjiclmhdah |
Beschreibung | Sends Download Links to Neat Download Manager |
Dateigröße | 35.75 KB |
Installationsanzahl | 365,694 |
Aktuelle Version | 1.9.92 |
Letztes Update | 2023-11-21 |
Veröffentlichungsdatum | 2020-02-18 |
Bewertung | 4.12/5 Insgesamt 179 Bewertungen |
Entwickler | https://www.neatdownloadmanager.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.neatdownloadmanager.com/ |
Unterstützte Sprachen | 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": [ " |