Clear Downloads

Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete

Co to jest Clear Downloads?

Clear Downloads to rozszerzenie Chrome opracowane przez Sindre Sorhus, a jego główną funkcją jest „Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Clear Downloads

Pobierz pliki rozszerzeń Clear Downloads 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

                        See the website for more info.                    

Podstawowe informacje o rozszerzeniu

Nazwa Clear Downloads Clear Downloads
ID bknoejjhcfmakcibhifepfkegpjdnadk
Oficjalny URL https://chromewebstore.google.com/detail/clear-downloads/bknoejjhcfmakcibhifepfkegpjdnadk
Opis Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete
Rozmiar pliku 11.06 KB
Liczba instalacji 7,942
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2020-11-20
Data Publikacji 2018-09-24
Ocena 4.61/5 Łącznie 41 Oceny
Deweloper Sindre Sorhus
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/sindresorhus/clear-downloads
Adres URL Strony Pomocy https://github.com/sindresorhus/clear-downloads/issues
Adres URL Strony Polityki Prywatności https://github.com/sindresorhus/privacy-policy/blob/master/chrome-extensions.md
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clear Downloads",
    "version": "1.1.0",
    "description": "Clears the Downloads list every 10 seconds to force the download bar to disappear when all downloads are complete",
    "homepage_url": "https:\/\/github.com\/sindresorhus\/clear-downloads",
    "manifest_version": 2,
    "minimum_chrome_version": "66",
    "permissions": [
        "browsingData"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}