Clear Downloads

This extension clears and hides the download bar on download completion

Clear Downloads क्या है?

Clear Downloads https://www.dicode.nl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension clears and hides the download bar on download completion"।

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

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

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

                        Clears the Downloads list on every download completion to force the download bar to disappear when all downloads are complete.                    

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

नाम Clear Downloads Clear Downloads
ID ddagcmmgpaibmjkiobcgggeiblnjnfkm
आधिकारिक URL https://chromewebstore.google.com/detail/clear-downloads/ddagcmmgpaibmjkiobcgggeiblnjnfkm
विवरण This extension clears and hides the download bar on download completion
फ़ाइल का आकार 13.34 KB
स्थापना संख्या 737
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2015-01-09
प्रकाशन तिथि 2015-01-09
रेटिंग 4.31/5 कुल 16 रेटिंग्स
डेवलपर https://www.dicode.nl
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Downloads",
    "short_name": "dicldds",
    "description": "This extension clears and hides the download bar on download completion",
    "version": "0.2.1",
    "author": "dicode VOF",
    "permissions": [
        "downloads",
        "browsingData"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}