Site Bleacher

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

什么是Site Bleacher?

Site Bleacher是由wooque开发的Chrome扩展程序,该扩展的主要功能是“Remove automatically cookies, local storages, IndexedDBs, service workers, cache storages, filesystems and webSQLs”。

扩展截图

screenshot

下载Site Bleacher扩展crx文件

下载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 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
}