Forkfile Download Manager
Forkfile Download Manager
Forkfile Download Manager là gì?
Forkfile Download Manager là một tiện ích mở rộng Chrome được phát triển bởi https://forkfile.com, và tính năng chính của nó là "Forkfile Download Manager".
Ả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 Forkfile Download Manager
Tải xuống các tệp mở rộng Forkfile Download Manager 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
Automatically manage download task for Wdupload, Extmatrix, Uploaded, Alfafile, etc. How to use: Right click on the page of file, click "Add to Forkfile", you will see the task on Forkfile and get generated download link shortly.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Forkfile Download Manager |
ID | olifkhgiaclmeffmbahghkpapnfipibl |
URL Chính Thức | https://chromewebstore.google.com/detail/forkfile-download-manager/olifkhgiaclmeffmbahghkpapnfipibl |
Mô tả | Forkfile Download Manager |
Kích Thước Tệp | 478 KB |
Số Lần Cài Đặt | 756 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2020-02-27 |
Ngày Phát Hành | 2020-02-26 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://forkfile.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://forkfile.com |
URL Trang Trợ Giúp | https://forkfile.com/extension_tutorial.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Forkfile Download Manager", "version": "1.0.1", "description": "Forkfile Download Manager", "permissions": [ "contextMenus", "notifications", "activeTab", "*:\/\/forkfile.com\/*" ], "web_accessible_resources": [ "images\/logo.png" ], "background": { "scripts": [ "background\/index.js" ], "persistent": true }, "browser_action": { "default_popup": "popup\/index.html", "default_icon": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" } }, "icons": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "manifest_version": 2 } |