Site Bleacher
Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs
Что такое Site Bleacher?
Site Bleacher - это расширение Chrome, разработанное wooque, и его основная функция - "Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs".
Снимки экрана расширения
Скачать файл CRX расширения Site Bleacher
Скачайте файлы расширений Site Bleacher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Changelog: 1.2.1 - Fix: don't clean cookies and other browser data of base domain while sub-domains are open 1.2.0 - Support for Firefox Multi Account Containers 1.1.0 - Improve extension to automatically remove more browsing data than previous versions - Requires history and browsing data permissions Source: https://github.com/wooque/site-bleacher Issues: https://github.com/wooque/site-bleacher/issues
Основная информация о расширении
Название | Site Bleacher |
ID | mlcfcepfmnjphcdkfbfgokkjodlkmemo |
Официальный URL | https://chromewebstore.google.com/detail/site-bleacher/mlcfcepfmnjphcdkfbfgokkjodlkmemo |
Описание | Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs |
Размер файла | 23.54 KB |
Количество установок | 705 |
Текущая Версия | 1.2.1 |
Последнее Обновление | 2019-11-12 |
Дата публикации | 2019-11-09 |
Рейтинг | 4.50/5 Всего 4 оценок |
Разработчик | wooque |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/wooque/site-bleacher |
URL страницы помощи | https://github.com/wooque/site-bleacher/issues |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Site Bleacher", "description": "Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs", "version": "1.2.1", "permissions": [ "storage", "tabs", "cookies", "history", "browsingData", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "common.js", "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png" } }, "options_ui": { "page": "options.html", "open_in_tab": true }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |