Drive Direct Download
Get direct download links from Google Drive
Drive Direct Download là gì?
Drive Direct Download là một tiện ích mở rộng Chrome được phát triển bởi alexisclarembeau, và tính năng chính của nó là "Get direct download links from Google Drive".
Ả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 Drive Direct Download
Tải xuống các tệp mở rộng Drive Direct 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
Turn Google Drive into a real file hosting service. Skip the preview system and get access to direct download links from your Google account. Directly download images, text files, … Make them available over the web for embedding in a webpage, for use in code, …
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Drive Direct Download |
ID | mpfdlhhpbhgghplbambikplcfpbjiail |
URL Chính Thức | https://chromewebstore.google.com/detail/drive-direct-download/mpfdlhhpbhgghplbambikplcfpbjiail |
Mô tả | Get direct download links from Google Drive |
Kích Thước Tệp | 11.36 KB |
Số Lần Cài Đặt | 7,425 |
Phiên Bản Hiện Tại | 1.1.4 |
Cập Nhật Lần Cuối | 2022-08-02 |
Ngày Phát Hành | 2020-08-14 |
Đánh Giá | 3.38/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | alexisclarembeau |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Drive Direct Download", "version": "1.1.4", "description": "Get direct download links from Google Drive", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/drive.google.com\/*" ] } ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" } }, "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "manifest_version": 2 } |