Site Bleacher
Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs
Hvad er Site Bleacher?
Site Bleacher er en Chrome-udvidelse udviklet af wooque, og dens hovedfunktion er "Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs".
Udvidelsesskærmbilleder
Download Site Bleacher-udvidelses-CRX-fil
Download Site Bleacher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Site Bleacher |
ID | mlcfcepfmnjphcdkfbfgokkjodlkmemo |
Officiel URL | https://chromewebstore.google.com/detail/site-bleacher/mlcfcepfmnjphcdkfbfgokkjodlkmemo |
Beskrivelse | Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs |
Filstørrelse | 23.54 KB |
Antal Installationer | 705 |
Nuværende Version | 1.2.1 |
Senest Opdateret | 2019-11-12 |
Udgivelsesdato | 2019-11-09 |
Bedømmelse | 4.50/5 Samlet 4 Bedømmelser |
Udvikler | wooque |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/wooque/site-bleacher |
Hjælpeside-URL | https://github.com/wooque/site-bleacher/issues |
Understøttede Sprog | 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 } |