Clear Downloads Plugin
This extension will allow you to clear your downloads with one click
Что такое Clear Downloads Plugin?
Clear Downloads Plugin - это расширение Chrome, разработанное prem.nirmal, и его основная функция - "This extension will allow you to clear your downloads with one click".
Снимки экрана расширения
Скачать файл CRX расширения Clear Downloads Plugin
Скачайте файлы расширений Clear Downloads Plugin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 :) Основная информация о расширении
| Название | |
| ID | okkpnkhmlpilfilmflchpbmkbcegiaeo |
| Официальный URL | https://chromewebstore.google.com/detail/clear-downloads-plugin/okkpnkhmlpilfilmflchpbmkbcegiaeo |
| Описание | This extension will allow you to clear your downloads with one click |
| Размер файла | 91.38 KB |
| Количество установок | 61 |
| Текущая Версия | 0.0.5 |
| Последнее Обновление | 2017-04-11 |
| Дата публикации | 2017-04-11 |
| Рейтинг | 5.00/5 Всего 5 оценок |
| Разработчик | prem.nirmal |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/premnirmal/ClearDownloadsPlugin |
| Поддерживаемые языки | 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"
} | |