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」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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
} | |