Clear Downloads Plugin

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

Qu'est-ce que Clear Downloads Plugin ?

Clear Downloads Plugin est une extension Chrome développée par prem.nirmal, et sa fonction principale est "This extension will allow you to clear your downloads with one click".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Clear Downloads Plugin

Téléchargez les fichiers d'extension Clear Downloads Plugin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Clear Downloads Plugin Clear Downloads Plugin
ID okkpnkhmlpilfilmflchpbmkbcegiaeo
URL Officiel https://chromewebstore.google.com/detail/clear-downloads-plugin/okkpnkhmlpilfilmflchpbmkbcegiaeo
Description This extension will allow you to clear your downloads with one click
Taille du Fichier 91.38 KB
Nombre d'Installations 61
Version Actuelle 0.0.5
Dernière Mise à Jour 2017-04-11
Date de Publication 2017-04-11
Évaluation 5.00/5 Total 5 Évaluations
Développeur prem.nirmal
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/premnirmal/ClearDownloadsPlugin
Langues Prises en Charge 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"
}