Clear Downloads Plugin
This extension will allow you to clear your downloads with one click
Wat is Clear Downloads Plugin?
Clear Downloads Plugin is een Chrome-extensie ontwikkeld door prem.nirmal, en de belangrijkste functie is "This extension will allow you to clear your downloads with one click".
Extensie Screenshots
Download het CRX-bestand van de extensie Clear Downloads Plugin
Download Clear Downloads Plugin-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
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 :)
Basisinformatie over de Extensie
Naam | Clear Downloads Plugin |
ID | okkpnkhmlpilfilmflchpbmkbcegiaeo |
Officiële URL | https://chromewebstore.google.com/detail/clear-downloads-plugin/okkpnkhmlpilfilmflchpbmkbcegiaeo |
Beschrijving | This extension will allow you to clear your downloads with one click |
Bestandsgrootte | 91.38 KB |
Aantal Installaties | 61 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2017-04-11 |
Publicatiedatum | 2017-04-11 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | prem.nirmal |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/premnirmal/ClearDownloadsPlugin |
Ondersteunde Talen | 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" } |