NeatDownloadManager Extension
Sends Download Links to Neat Download Manager
NeatDownloadManager Extension란 무엇입니까?
NeatDownloadManager Extension은(는) https://www.neatdownloadmanager.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sends Download Links to Neat Download Manager"입니다.
확장 프로그램 스크린샷
NeatDownloadManager Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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": [ " |