Drive Direct Download
Get direct download links from Google Drive
什么是Drive Direct Download?
Drive Direct Download是由alexisclarembeau开发的Chrome扩展程序,该扩展的主要功能是“Get direct download links from Google Drive”。
扩展截图
下载Drive Direct Download扩展crx文件
下载Drive Direct Download扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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, …
扩展基本信息
名称 | Drive Direct Download |
ID | mpfdlhhpbhgghplbambikplcfpbjiail |
官方URL | https://chromewebstore.google.com/detail/drive-direct-download/mpfdlhhpbhgghplbambikplcfpbjiail |
简介 | Get direct download links from Google Drive |
文件大小 | 11.36 KB |
安装次数 | 7,425 |
当前版本 | 1.1.4 |
更新时间 | 2022-08-02 |
上架时间 | 2020-08-14 |
评分 | 3.38/5 共16次评分 |
开发者 | alexisclarembeau |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |