Always Clear Downloads 2

A Google Chrome Extension to always clear the downloads list of all completed downloads.

Always Clear Downloads 2 क्या है?

Always Clear Downloads 2 Sugarbranch, Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Google Chrome Extension to always clear the downloads list of all completed downloads."।

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

screenshot

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

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

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

                        This extensions fixes the original Always Clear Downloads (https://chrome.google.com/webstore/detail/cpbmgiffkljiglnpdbljhlenaikojapc) that can no longer be installed since Google discontinued support for extensions using manifest.json version 1 (see https://developer.chrome.com/extensions/manifestVersion)

* Version 2.1 - This version modernizes the code to use the most recent Chrome APIs. Should also prevent the extension from going inactive. This version requires more permissions so you will have to re-enable the extension. The new permission simply allows the extension to access the download shelf.
* Versions 2.1.1 & 2.1.2  - Misc. bug fixes
* Version 2.1.3 - Clear download list along with hiding the download shelf.
* Version 2.1.4 - Fix issue with multiple downloads 
* Version 2.1.5 - Removed download shelf permission; Updated manifest to version 3

The source for this extension can be found at https://github.com/tsuliwaensis/AlwaysClear
---

This Google Chrome extension makes up for the fact that Chrome does not have an option to keep its download list clear at all times. You can clear the downloads list yourself by hand, but Chrome currently doesn't have an option to automatically clear it for you. This extension does it for you automatically.

This extension works in a very simple way: Every five seconds, the downloads list is cleared out for you. Don't worry, the files you downloaded are still there, and in-progress downloads are not harmed. Chrome's internal list simply gets cleaned up for you every five seconds.                    

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

नाम Always Clear Downloads 2 Always Clear Downloads 2
ID jcajchndfkmnaefkhoaoiagemplbfffn
आधिकारिक URL https://chromewebstore.google.com/detail/always-clear-downloads-2/jcajchndfkmnaefkhoaoiagemplbfffn
विवरण A Google Chrome Extension to always clear the downloads list of all completed downloads.
फ़ाइल का आकार 15.47 KB
स्थापना संख्या 24,382
वर्तमान संस्करण 2.1.5
अंतिम अपडेट 2022-06-15
प्रकाशन तिथि 2019-08-24
रेटिंग 4.34/5 कुल 50 रेटिंग्स
डेवलपर Sugarbranch, Inc.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/tsuliwaensis/AlwaysClear
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "description": "A Google Chrome Extension to always clear the downloads list of all completed downloads.",
    "manifest_version": 3,
    "name": "Always Clear Downloads 2",
    "page_action": {
        "default_icon": {
            "128": "AlwaysClearDownloads.png",
            "16": "AlwaysClearDownloads.png",
            "32": "AlwaysClearDownloads.png",
            "48": "AlwaysClearDownloads.png"
        }
    },
    "permissions": [
        "downloads"
    ],
    "version": "2.1.5"
}