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 |
Eメール | [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 } |