Drive Direct Download
Get direct download links from Google Drive
ما هو Drive Direct Download؟
Drive Direct Download هو إضافة Chrome تم تطويرها بواسطة alexisclarembeau، والميزة الرئيسية لها هي "Get direct download links from Google Drive".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Drive Direct Download
قم بتنزيل ملفات الامتداد Drive Direct Download بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |