Clear Downloads Plugin

This extension will allow you to clear your downloads with one click

Was ist Clear Downloads Plugin?

Clear Downloads Plugin ist eine Chrome-Erweiterung, die von prem.nirmal entwickelt wurde, und ihr Hauptmerkmal ist "This extension will allow you to clear your downloads with one click".

Erweiterungsscreenshots

screenshot

Clear Downloads Plugin-Erweiterungs-CRX-Datei herunterladen

Laden Sie Clear Downloads Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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 :)                    

Grundlegende Informationen zur Erweiterung

Name Clear Downloads Plugin Clear Downloads Plugin
ID okkpnkhmlpilfilmflchpbmkbcegiaeo
Offizielle URL https://chromewebstore.google.com/detail/clear-downloads-plugin/okkpnkhmlpilfilmflchpbmkbcegiaeo
Beschreibung This extension will allow you to clear your downloads with one click
Dateigröße 91.38 KB
Installationsanzahl 61
Aktuelle Version 0.0.5
Letztes Update 2017-04-11
Veröffentlichungsdatum 2017-04-11
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler prem.nirmal
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/premnirmal/ClearDownloadsPlugin
Unterstützte Sprachen 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"
}