Scrubber Ducky
Quickly erase history, caching etc. with the click of a button!
Что такое Scrubber Ducky?
Scrubber Ducky - это расширение Chrome, разработанное The Scrubber Duck Corporation, и его основная функция - "Quickly erase history, caching etc. with the click of a button!".
Снимки экрана расширения
Скачать файл CRX расширения Scrubber Ducky
Скачайте файлы расширений Scrubber Ducky в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This is a very simple extension to clear your history and all that other unwanted browsing data.
Simply press the scrubber ducky and he'll clean your web browser for you! Основная информация о расширении
| Название | |
| ID | hfjolakcbflpengdpdjafnnmfopdlelo |
| Официальный URL | https://chromewebstore.google.com/detail/scrubber-ducky/hfjolakcbflpengdpdjafnnmfopdlelo |
| Описание | Quickly erase history, caching etc. with the click of a button! |
| Размер файла | 90.03 KB |
| Количество установок | 27 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2016-09-16 |
| Дата публикации | 2016-09-16 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | The Scrubber Duck Corporation |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | http://www.scrubberducky.me |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Scrubber Ducky",
"short_name": "scrubbrducky",
"description": "Quickly erase history, caching etc. with the click of a button!",
"version": "1.0",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "scrubberducky.html"
},
"permissions": [
"browsingData"
]
} | |