Drive Direct Download

Get direct download links from Google Drive

Drive Direct Download क्या है?

Drive Direct Download alexisclarembeau द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get direct download links from Google Drive"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Drive Direct Download एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
}