Free Download Manager
Free Download Manager integration with browser
Free Download Manager란 무엇입니까?
Free Download Manager은(는) Free Download Manager.ORG에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free Download Manager integration with browser"입니다.
확장 프로그램 스크린샷
Free Download Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It's an official Google Chrome extension by Free Download Manager developers. The sole purpose of this extension is integration with Free Download Manager. FDM is a fast and reliable download manager and accelerator that improves your experience with downloads and helps you organize them in an easy manner. If you want to help us make Free Download Manager (or this Chrome extension) better - you are always welcome on our forum where you can post bug reports, feature suggestions, and ideas, as well as get support for any issues you stumbled upon with FDM: https://www.freedownloadmanager.org/board/ Note: Windows, Mac and Linux! Requires FDM to be installed to work properly.
확장 프로그램 기본 정보
이름 | Free Download Manager |
ID | ahmpjcflkgiildlgicmcieglgoilbfdp |
공식 URL | https://chromewebstore.google.com/detail/free-download-manager/ahmpjcflkgiildlgicmcieglgoilbfdp |
설명 | Free Download Manager integration with browser |
파일 크기 | 282 KB |
설치 횟수 | 2,671,246 |
현재 버전 | 3.0.57 |
최근 업데이트 | 2024-01-10 |
출시 날짜 | 2020-07-03 |
평점 | 4.24/5 총 4433 개의 평점 |
개발자 | Free Download Manager.ORG |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.freedownloadmanager.org |
도움말 페이지 URL | https://www.freedownloadmanager.org/support.htm?from=gh |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "FreeDownloadManager.ORG", "manifest_version": 2, "minimum_chrome_version": "32", "default_locale": "en", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "version": "3.0.57", "homepage_url": "https:\/\/www.freedownloadmanager.org", "browser_action": { "default_title": "Free Download Manager extension", "default_popup": "settings.html", "default_icon": "fdm16.png" }, "icons": { "16": "fdm16.png", "48": "fdm48.png", "128": "fdm128.png" }, "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "52.0" } }, "permissions": [ "cookies", "webRequest", "webRequestBlocking", "*:\/\/*\/*", "downloads", "nativeMessaging", "contextMenus", "activeTab", "storage", "history", "tabs", "notifications" ], "background": { "scripts": [ "webextension.js", "utils.js", "misc.js", "RequestsManager.js", "cookiemgr.js", "fdmbhtasks.js", "nativehostmgr.js", "fdmbhutils.js", "contextmenumgr.js", "fdmcontextmenumgr.js", "dldsinterceptmgr.js", "fdmdldsinterceptmgr.js", "netwrkmon.js", "fdmnetwrkmon.js", "settingsbghlpr.js", "tabsmanager.js", "installationmgr.js", "fdmscheme.js", "fdmextension.js", "main.js" ], "persistent": true }, "content_scripts": [ { "js": [ "webextension.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*\/*" ] }, { "js": [ "fdmschemecatch.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*\/*" ] }, { "js": [ "contextmenuhlpr.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*\/*" ] }, { "js": [ "youtubeutils.js" ], "all_frames": true, "run_at": "document_start", "matches": [ "*:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self'; object-src 'self'", "externally_connectable": { "matches": [ "*:\/\/*.freedownloadmanager.org\/*" ] } } |