Clear Downloads

Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete

Clear Downloads क्या है?

Clear Downloads Sindre Sorhus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete"।

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

screenshot

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

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

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

                        See the website for more info.                    

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

नाम Clear Downloads Clear Downloads
ID bknoejjhcfmakcibhifepfkegpjdnadk
आधिकारिक URL https://chromewebstore.google.com/detail/clear-downloads/bknoejjhcfmakcibhifepfkegpjdnadk
विवरण Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete
फ़ाइल का आकार 11.06 KB
स्थापना संख्या 7,942
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2020-11-20
प्रकाशन तिथि 2018-09-24
रेटिंग 4.61/5 कुल 41 रेटिंग्स
डेवलपर Sindre Sorhus
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/sindresorhus/clear-downloads
सहायता पृष्ठ URL https://github.com/sindresorhus/clear-downloads/issues
गोपनीयता नीति पृष्ठ URL https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clear Downloads",
    "version": "1.1.0",
    "description": "Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete",
    "homepage_url": "https:\/\/github.com\/sindresorhus\/clear-downloads",
    "manifest_version": 2,
    "minimum_chrome_version": "66",
    "permissions": [
        "browsingData"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}