NeatDownloadManager Extension
Sends Download Links to Neat Download Manager
O que é NeatDownloadManager Extension?
NeatDownloadManager Extension é uma extensão do Chrome desenvolvida por https://www.neatdownloadmanager.com, e sua principal característica é "Sends Download Links to Neat Download Manager".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NeatDownloadManager Extension
Baixe arquivos de extensão NeatDownloadManager Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | NeatDownloadManager Extension |
ID | cpcifbdmkopohnnofedkjghjiclmhdah |
URL Oficial | https://chromewebstore.google.com/detail/neatdownloadmanager-exten/cpcifbdmkopohnnofedkjghjiclmhdah |
Descrição | Sends Download Links to Neat Download Manager |
Tamanho do Arquivo | 35.75 KB |
Contagem de Instalações | 365,694 |
Versão Atual | 1.9.92 |
Última Atualização | 2023-11-21 |
Data de Publicação | 2020-02-18 |
Classificação | 4.12/5 Total de 179 Avaliações |
Desenvolvedor | https://www.neatdownloadmanager.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.neatdownloadmanager.com/ |
Idiomas Suportados | 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": [ " |