Site Bleacher

Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs

What is Site Bleacher?

Site Bleacher is a Chrome extension developed by wooque, and its main feature is "Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs".

Extension Screenshots

screenshot

Download Site Bleacher Extension CRX File

Download Site Bleacher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Site Bleacher Site Bleacher
ID mlcfcepfmnjphcdkfbfgokkjodlkmemo
Official URL https://chromewebstore.google.com/detail/site-bleacher/mlcfcepfmnjphcdkfbfgokkjodlkmemo
Description Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs
File Size 23.54 KB
Installation Count 705
Current Version 1.2.1
Last Updated 2019-11-12
Publish Date 2019-11-09
Rating 4.50/5 Total 4 Ratings
Developer wooque
Payment Type free
Extension Website https://github.com/wooque/site-bleacher
Help Page URL https://github.com/wooque/site-bleacher/issues
Supported Languages 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
}