clean the download list
Automatically clean the download list.
Что такое clean the download list?
clean the download list - это расширение Chrome, разработанное 上官元恒, и его основная функция - "Automatically clean the download list.".
Снимки экрана расширения
Скачать файл CRX расширения clean the download list
Скачайте файлы расширений clean the download list в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Automatically clean the download list.
Основная информация о расширении
Название | clean the download list |
ID | afgmphafdnlmmcbefefbpnimhgeilahe |
Официальный URL | https://chromewebstore.google.com/detail/clean-the-download-list/afgmphafdnlmmcbefefbpnimhgeilahe |
Описание | Automatically clean the download list. |
Размер файла | 113 KB |
Количество установок | 103 |
Текущая Версия | 0.1.1 |
Последнее Обновление | 2024-02-05 |
Дата публикации | 2018-10-11 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | 上官元恒 |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |