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”。

擴展截圖

screenshot
screenshot

下載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                    

擴展基本資訊

名稱 Browser Cleaner Browser Cleaner
ID bmplnhifhfmmkjmeffbbahieajpmonla
官方網址 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
電子郵箱 [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"
    ]
}