Full Free Video Downloader
Download videos from video web sites.
Full Free Video Downloader란 무엇입니까?
Full Free Video Downloader은(는) admin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download videos from video web sites."입니다.
확장 프로그램 스크린샷
Full Free Video Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you to save the content of the video and also allows you to choose the format of the downloaded material. In addition, you have the ability to download only the audio track (extracted from video file). For the moment the add-on works for youtube content, future versions will also work for other streaming services. We invite you to use our addon. Any suggestions are of course welcome.
확장 프로그램 기본 정보
이름 | |
ID | jaafnhcmpiaoacjpnjlehbfeljdamfmf |
공식 URL | https://chrome.google.com/webstore/detail/full-free-video-downloade/jaafnhcmpiaoacjpnjlehbfeljdamfmf |
설명 | Download videos from video web sites. |
파일 크기 | 8.61 MB |
설치 횟수 | 79,006 |
현재 버전 | 3.0.5 |
최근 업데이트 | 2022-07-12 |
출시 날짜 | 2022-07-08 |
평점 | 4.65/5 총 37 개의 평점 |
개발자 | admin |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "3.0.5", "default_locale": "en", "icons": { "512": "icons\/magic512.png" }, "background": { "service_worker": "src\/background\/script.js" }, "action": { "default_popup": "popup\/popup.html", "default_icon": { "19": "icons\/magic128.png", "38": "icons\/magic128.png", "128": "icons\/magic128.png" }, "default_title": "__MSG_extensionName__" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/content\/content.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "declarativeNetRequest", "declarativeNetRequestFeedback", "tabs", "storage", "webRequest" ], "host_permissions": [ "*:\/\/*\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules_1.json" } ] }, "web_accessible_resources": [ { "resources": [ "icons\/help.png", "icons\/loading.gif", "init.js", "ffmpeg.min.js", "ffmpeg.min.js.map", "ffmpeg-core.worker.js", "ffmpeg-core.wasm", "ffmpeg-core.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |