Download All Downloads

Allows you to download all downloads on the page you are currently on.

Download All Downloads क्या है?

Download All Downloads Wiley Rogs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to download all downloads on the page you are currently on."।

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

screenshot

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

crx प्रारूप में Download All Downloads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Allows you to download all downloads on the page you are currently on.                    

एक्सटेंशन की मूल जानकारी

नाम Download All Downloads Download All Downloads
ID hainjkeoagfbofbpodkgchbogedlbcio
आधिकारिक URL https://chromewebstore.google.com/detail/download-all-downloads/hainjkeoagfbofbpodkgchbogedlbcio
विवरण Allows you to download all downloads on the page you are currently on.
फ़ाइल का आकार 8.07 KB
स्थापना संख्या 22
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-05-19
प्रकाशन तिथि 2019-05-15
डेवलपर Wiley Rogs
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download All Downloads",
    "version": "1.0",
    "description": "Allows you to download all downloads on the page you are currently on.",
    "manifest_version": 2,
    "permissions": [
        "downloads",
        "activeTab"
    ],
    "content_security_policy": "script-src 'self'; default-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/image16.png",
        "48": "images\/image48.png"
    }
}