Downloads Pro

A clean and modern download manager for professionals.

Downloads Pro क्या है?

Downloads Pro Ner Karso द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A clean and modern download manager for professionals."।

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

screenshot
screenshot
screenshot

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

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

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

                        What's New
- User color scheme support
- New light and dark theme
- Fresh and polished design
- Fixed some minor bugs

This extension blends seamlessly with your browser's UI and you can easily access all your downloads with a single click.

*This extension does not track you!                    

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

नाम Downloads Pro Downloads Pro
ID lhhocifdmhogpekeppdjamkelohahbop
आधिकारिक URL https://chromewebstore.google.com/detail/downloads-pro/lhhocifdmhogpekeppdjamkelohahbop
विवरण A clean and modern download manager for professionals.
फ़ाइल का आकार 18.72 KB
स्थापना संख्या 6,216
वर्तमान संस्करण 3.0.2
अंतिम अपडेट 2021-04-03
प्रकाशन तिथि 2019-10-26
रेटिंग 4.56/5 कुल 66 रेटिंग्स
डेवलपर Ner Karso
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "3.0.2",
    "name": "Downloads Pro",
    "short_name": "Downloads",
    "description": "A clean and modern download manager for professionals.",
    "icons": {
        "16": "img\/icons\/icon-16x16.png",
        "48": "img\/icons\/icon-48x48.png",
        "128": "img\/icons\/icon-128x128.png"
    },
    "browser_action": {
        "default_icon": "img\/icons\/icon-48x48.png",
        "default_popup": "popup.html",
        "default_title": "Downloads"
    },
    "content_scripts": [
        {
            "js": [
                "js\/gizmo.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/icons\/icon-48x48.png"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*\/*",
        "activeTab",
        "downloads.open",
        "downloads.shelf",
        "downloads"
    ],
    "incognito": "split"
}