Force Download
A tool to force download any URL. Additionally it monitors all requests and logs last embedded audio/video media.
Force Download란 무엇입니까?
Force Download은(는) AshusCZ에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool to force download any URL. Additionally it monitors all requests and logs last embedded audio/video media."입니다.
확장 프로그램 스크린샷
Force Download 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enter any URL and no matter what would happen otherwise, it _will_ be downloaded (ignoring PDF or any other plugins). - Requests are monitored, scanned for video or audio media files, links are automatically added to recent media list of 10 - It can be safely used to download videos from trailers.apple.com or any sites using embedded mp4 files - No, youtube is not supported as it doesn't send complete files
확장 프로그램 기본 정보
이름 | Force Download |
ID | idolchmmfhdnihfikidaobnplmkalkbd |
공식 URL | https://chromewebstore.google.com/detail/force-download/idolchmmfhdnihfikidaobnplmkalkbd |
설명 | A tool to force download any URL. Additionally it monitors all requests and logs last embedded audio/video media. |
파일 크기 | 31.65 KB |
설치 횟수 | 11,855 |
현재 버전 | 1.0.8 |
최근 업데이트 | 2017-12-08 |
출시 날짜 | 2017-12-08 |
평점 | 3.20/5 총 25 개의 평점 |
개발자 | AshusCZ |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://ashus.ashus.net/viewtopic.php?f=18&t=279 |
지원되는 언어 | en,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Force Download", "version": "1.0.8", "description": "__MSG_extDesc__", "homepage_url": "https:\/\/ashus.ashus.net\/viewtopic.php?f=18&t=279", "manifest_version": 2, "default_locale": "en", "permissions": [ "webRequest", "webRequestBlocking", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "icons": { "512": "icons\/512.png" }, "browser_action": { "default_icon": { "16": "icons\/16.png", "19": "icons\/19.png", "24": "icons\/24.png", "32": "icons\/32.png", "38": "icons\/38.png", "48": "icons\/48.png", "64": "icons\/64.png" }, "default_popup": "popup.html", "default_title": "__MSG_extName__" } } |