Clear Downloads
This extension clears and hides the download bar on download completion
Vad är Clear Downloads?
Clear Downloads är en Chrome-tillägg utvecklad av https://www.dicode.nl, och dess huvudfunktion är "This extension clears and hides the download bar on download completion".
Ladda ner Clear Downloads-förlängningens CRX-fil
Ladda ner Clear Downloads-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Clears the Downloads list on every download completion to force the download bar to disappear when all downloads are complete.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | ddagcmmgpaibmjkiobcgggeiblnjnfkm | 
| Officiell webbadress | https://chromewebstore.google.com/detail/clear-downloads/ddagcmmgpaibmjkiobcgggeiblnjnfkm | 
| Beskrivning | This extension clears and hides the download bar on download completion | 
| Filstorlek | 13.34 KB | 
| Antal Installationer | 737 | 
| Aktuell Version | 0.2.1 | 
| Senast Uppdaterad | 2015-01-09 | 
| Publiceringsdatum | 2015-01-09 | 
| Betyg | 4.31/5 Totalt 16 Betyg | 
| Utvecklare | https://www.dicode.nl | 
| Betalningssätt | free | 
| Stödda Språk | 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
    }
}  |  |