clean the download list

Automatically clean the download list.

O que é clean the download list?

clean the download list é uma extensão do Chrome desenvolvida por 上官元恒, e sua principal característica é "Automatically clean the download list.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão clean the download list

Baixe arquivos de extensão clean the download list no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Automatically clean the download list.                    

Informações Básicas da Extensão

Nome clean the download list clean the download list
ID afgmphafdnlmmcbefefbpnimhgeilahe
URL Oficial https://chromewebstore.google.com/detail/clean-the-download-list/afgmphafdnlmmcbefefbpnimhgeilahe
Descrição Automatically clean the download list.
Tamanho do Arquivo 113 KB
Contagem de Instalações 103
Versão Atual 0.1.1
Última Atualização 2024-02-05
Data de Publicação 2018-10-11
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor 上官元恒
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "clean the download list",
    "short_name": "ACDL",
    "description": "Automatically clean the download list.",
    "version": "0.1.1",
    "permissions": [
        "downloads",
        "downloads.shelf"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "assets\/icon_128.png",
        "16": "assets\/icon_16.png"
    }
}