Clear Downloads

This extension clears and hides the download bar on download completion

Wat is Clear Downloads?

Clear Downloads is een Chrome-extensie ontwikkeld door https://www.dicode.nl, en de belangrijkste functie is "This extension clears and hides the download bar on download completion".

Download het CRX-bestand van de extensie Clear Downloads

Download Clear Downloads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Clear Downloads Clear Downloads
ID ddagcmmgpaibmjkiobcgggeiblnjnfkm
Officiële URL https://chromewebstore.google.com/detail/clear-downloads/ddagcmmgpaibmjkiobcgggeiblnjnfkm
Beschrijving This extension clears and hides the download bar on download completion
Bestandsgrootte 13.34 KB
Aantal Installaties 737
Huidige Versie 0.2.1
Laatst Bijgewerkt 2015-01-09
Publicatiedatum 2015-01-09
Beoordeling 4.31/5 Totaal 16 Beoordelingen
Ontwikkelaar https://www.dicode.nl
Betalingswijze free
Ondersteunde Talen 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
    }
}