Clear Downloads Plugin

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

Co to jest Clear Downloads Plugin?

Clear Downloads Plugin to rozszerzenie Chrome opracowane przez prem.nirmal, a jego główną funkcją jest „This extension will allow you to clear your downloads with one click”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Clear Downloads Plugin

Pobierz pliki rozszerzeń Clear Downloads Plugin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Clear Downloads Plugin Clear Downloads Plugin
ID okkpnkhmlpilfilmflchpbmkbcegiaeo
Oficjalny URL https://chromewebstore.google.com/detail/clear-downloads-plugin/okkpnkhmlpilfilmflchpbmkbcegiaeo
Opis This extension will allow you to clear your downloads with one click
Rozmiar pliku 91.38 KB
Liczba instalacji 61
Aktualna Wersja 0.0.5
Ostatnia Aktualizacja 2017-04-11
Data Publikacji 2017-04-11
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper prem.nirmal
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/premnirmal/ClearDownloadsPlugin
Obsługiwane Języki 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"
}