Site Bleacher

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

Cos'è Site Bleacher?

Site Bleacher è un'estensione di Chrome sviluppata da wooque, e la sua funzione principale è "Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Site Bleacher

Scarica i file di estensione Site Bleacher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Site Bleacher Site Bleacher
ID mlcfcepfmnjphcdkfbfgokkjodlkmemo
URL Ufficiale https://chromewebstore.google.com/detail/site-bleacher/mlcfcepfmnjphcdkfbfgokkjodlkmemo
Descrizione Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs
Dimensione del File 23.54 KB
Conteggio Installazioni 705
Versione Corrente 1.2.1
Ultimo Aggiornamento 2019-11-12
Data di Pubblicazione 2019-11-09
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore wooque
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/wooque/site-bleacher
URL della Pagina di Aiuto https://github.com/wooque/site-bleacher/issues
Lingue Supportate 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
}