Clear Downloads Plugin
This extension will allow you to clear your downloads with one click
Cos'è Clear Downloads Plugin?
Clear Downloads Plugin è un'estensione di Chrome sviluppata da prem.nirmal, e la sua funzione principale è "This extension will allow you to clear your downloads with one click".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clear Downloads Plugin
Scarica i file di estensione Clear Downloads Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
With the updated google chrome browser, you now have to go through a few clicks to clear your downloads. This can be annoying for an impatient person like me. This simple chrome plugin allows you to clear your downloads with one click :)
Informazioni di Base sull'Estensione
Nome | Clear Downloads Plugin |
ID | okkpnkhmlpilfilmflchpbmkbcegiaeo |
URL Ufficiale | https://chromewebstore.google.com/detail/clear-downloads-plugin/okkpnkhmlpilfilmflchpbmkbcegiaeo |
Descrizione | This extension will allow you to clear your downloads with one click |
Dimensione del File | 91.38 KB |
Conteggio Installazioni | 61 |
Versione Corrente | 0.0.5 |
Ultimo Aggiornamento | 2017-04-11 |
Data di Pubblicazione | 2017-04-11 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | prem.nirmal |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/premnirmal/ClearDownloadsPlugin |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear Downloads Plugin", "description": "This extension will allow you to clear your downloads with one click", "version": "0.0.5", "homepage_url": "https:\/\/github.com\/premnirmal\/ClearDownloadsPlugin", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Clear Downloads", "default_popup": "popup.html" }, "permissions": [ "browsingData" ], "incognito": "split" } |