Force Download
A tool to force download any URL. Additionally it monitors all requests and logs last embedded audio/video media.
Force Download là gì?
Force Download là một tiện ích mở rộng Chrome được phát triển bởi AshusCZ, và tính năng chính của nó là "A tool to force download any URL. Additionally it monitors all requests and logs last embedded audio/video media.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Force Download
Tải xuống các tệp mở rộng Force Download dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Force Download |
ID | idolchmmfhdnihfikidaobnplmkalkbd |
URL Chính Thức | https://chromewebstore.google.com/detail/force-download/idolchmmfhdnihfikidaobnplmkalkbd |
Mô tả | A tool to force download any URL. Additionally it monitors all requests and logs last embedded audio/video media. |
Kích Thước Tệp | 31.65 KB |
Số Lần Cài Đặt | 11,855 |
Phiên Bản Hiện Tại | 1.0.8 |
Cập Nhật Lần Cuối | 2017-12-08 |
Ngày Phát Hành | 2017-12-08 |
Đánh Giá | 3.20/5 Tổng số 25 Đánh Giá |
Nhà Phát Triển | AshusCZ |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ashus.ashus.net/viewtopic.php?f=18&t=279 |
Ngôn Ngữ Được Hỗ Trợ | 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__" } } |