Chrome History Cleaner
Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.
Что такое Chrome History Cleaner?
Chrome History Cleaner - это расширение Chrome, разработанное KarthiTech, и его основная функция - "Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.".
Снимки экрана расширения
Скачать файл CRX расширения Chrome History Cleaner
Скачайте файлы расширений Chrome History Cleaner в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Chrome History Cleaner extension clears only the browsing history automatically when the browser starts every time. This will not clear cookies, cache and passwords etc., to keep the user session alive. You can schedule this extension to run every predefined time interval such as 5, 10, 15 minutes. You can select the time interval from the extension popup page. Support for clearing the other browsing data will be added soon.
Основная информация о расширении
Название | Chrome History Cleaner |
ID | lebddibgdgkjheglmfpannlomiobdbhm |
Официальный URL | https://chromewebstore.google.com/detail/chrome-history-cleaner/lebddibgdgkjheglmfpannlomiobdbhm |
Описание | Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically. |
Размер файла | 38.76 KB |
Количество установок | 11,058 |
Текущая Версия | 1.0.3 |
Последнее Обновление | 2021-09-09 |
Дата публикации | 2018-03-10 |
Рейтинг | 4.44/5 Всего 18 оценок |
Разработчик | KarthiTech |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome History Cleaner", "description": "Clears the chrome browser history automatically on browser start. You can also schedule to clear chrome history periodically.", "version": "1.0.3", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "incognito": "split", "browser_action": { "default_icon": "icon.png", "default_title": "Chrome History Cleaner", "default_popup": "popup.html" }, "permissions": [ "browsingData", "storage" ], "background": { "scripts": [ "jquery.min.js", "bm.js" ] } } |