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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}