Browser Cleaner
Clean your browsing history, cookies, download and more all automatically
Browser Cleanerとは何ですか?
Browser CleanerはLeoによって開発されたChromeの拡張機能で、その主な機能は「Clean your browsing history, cookies, download and more all automatically」です。
拡張機能のスクリーンショット
Browser Cleaner拡張機能のCRXファイルをダウンロード
Browser Cleaner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension will clean your browser data automatically when you open/close the browser.
Feature highlights:
Do not need permission to read your browsing data;
Clean data periodically;
Clean data automatically when you open/close browser;
One-click Clean;
Support whitelist;
Quick add site to whitelist at the page you're visiting.
Please feel free to report any bugs or tell me what feature you want.
Github:
https://github.com/leoding86/webextension-browser-cleaner 拡張機能の基本情報
| 名前 | |
| ID | bmplnhifhfmmkjmeffbbahieajpmonla |
| 公式URL | https://chromewebstore.google.com/detail/browser-cleaner/bmplnhifhfmmkjmeffbbahieajpmonla |
| 説明 | Clean your browsing history, cookies, download and more all automatically |
| ファイルサイズ | 366 KB |
| インストール数 | 146 |
| 現在のバージョン | v0.10 beta |
| 最終更新日 | 2019-09-11 |
| 公開日 | 2019-09-10 |
| 開発者 | Leo |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"backgrounds\/background.js"
],
"persistent": false
},
"options_page": "options_page\/index.html",
"browser_action": {
"default_icon": "icon.png",
"default_title": "__MSG_extName__"
},
"short_name": "BC",
"content_security_policy": "script-src 'self'; object-src 'self'",
"default_locale": "en",
"description": "__MSG_extDescription__",
"icons": {
"128": "icon128.png",
"16": "icon16.png",
"48": "icon48.png"
},
"manifest_version": 2,
"name": "__MSG_extName__",
"version": "0.9.1",
"version_name": "v0.10 beta",
"permissions": [
"storage",
"browsingData",
"notifications",
"contextMenus"
]
} | |