Clear Downloads Plugin

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

What is Clear Downloads Plugin?

Clear Downloads Plugin is a Chrome extension developed by prem.nirmal, and its main feature is "This extension will allow you to clear your downloads with one click".

Extension Screenshots

screenshot

Download Clear Downloads Plugin Extension CRX File

Download Clear Downloads Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Clear Downloads Plugin Clear Downloads Plugin
ID okkpnkhmlpilfilmflchpbmkbcegiaeo
Official URL https://chromewebstore.google.com/detail/clear-downloads-plugin/okkpnkhmlpilfilmflchpbmkbcegiaeo
Description This extension will allow you to clear your downloads with one click
File Size 91.38 KB
Installation Count 61
Current Version 0.0.5
Last Updated 2017-04-11
Publish Date 2017-04-11
Rating 5.00/5 Total 5 Ratings
Developer prem.nirmal
Email [email protected]
Payment Type free
Extension Website https://github.com/premnirmal/ClearDownloadsPlugin
Supported Languages 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"
}