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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Drive Direct Download

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
}