The Cleaner - delete Cookies and Cache

The Cleaner delete the Cache, Cookies, Downloads, History from Chrome Browser. Set auto history cleaning, to protect your privacy!

什麼是The Cleaner - delete Cookies and Cache?

The Cleaner - delete Cookies and Cache是由Clean Chrome開發的Chrome擴展程式,該擴展的主要功能是“The Cleaner delete the Cache, Cookies, Downloads, History from Chrome Browser. Set auto history cleaning, to protect your privacy!”。

擴展截圖

screenshot

下載The Cleaner - delete Cookies and Cache擴展crx文件

下載The Cleaner - delete Cookies and Cache擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The most fast and powerful The Cleaner Extension in the Chrome Store!

The Cleaner lets you clear all unnecessary data from Chrome as easy as one click. Protect your privacy, delete all activity and fasten your browser with The Cleaner extension for Chrome.

Extension lets you clear most of temporary browser information effectively just with one click and protect your privacy, delete all activity from your browser and many more:

-clean browser history, cache, cookies, downloads, website storage and passwords
-clean all your browser data at once or separately
-button for quick access to memory and DNS info in extension menu
-open extension’s folder and incognito tab with a button from menu

It's never been easier to erase browsers data. Clear temporary data, cache, cookies, download and browsing history effectively just with one click. Adding a floating button “Clear All” on each page allows you to do that.

Cache cleaner
+ Speed up device performance and clean unnecessary data.
+ Clear cache of all websites.

Protect your privacy and delete all activity from your browser with ccleaner.

Few key features:

+ Instant removal with one-click
+ View and clear browser history
+ Clear download history
+ Empty the temporary files
+ Delete cookies and other site and plug-in data
+ Clear cache
+ Clear saved passwords
+ Clear saved form data
+ Ability to choose time period
+ Light \ Dark mode for every time of day

Click "add extension" button to add Cleaner and clean the browser temporary data without any efforts. 
Is your browser Slow?

Clean up browsing data and make your browser even faster and Protect your privacy!

My browser is getting too slow. What can I do?
The problem with all the browsers, whether it’s internet explorer or Chromium based browser, is that they become slow and clunky after a period of time. They take time to start up to, to load websites and to open and close tabs. This is when one should consider cleaning up the browser and getting rid of the temporary data, history etc.

Notes:
* Please, be aware that super history & cache cleaner extension The Cleaner will delete only chrome history, but will not interfere with your google history (your search history on google.com). To deal with your google search history you should go to your account in the search engine itself and deal with the google history from there)

* If you delete cookies, you'll be signed out from most current sites (don't select "clear cookies" if you don't want to log-in again every time you use the cleaner.

Extension uses Dynamic URL to track Uninstalls. This information fully anonymous. Based on this infomation we improve our extension to make The Cleaner the best cleaner extension in Chrome Web Store.                    

擴展基本資訊

名稱 The Cleaner - delete Cookies and Cache The Cleaner - delete Cookies and Cache
ID ogfjgagnmkiigilnoiabkbbajinanlbn
官方網址 https://chromewebstore.google.com/detail/the-cleaner-delete-cookie/ogfjgagnmkiigilnoiabkbbajinanlbn
簡介 The Cleaner delete the Cache, Cookies, Downloads, History from Chrome Browser. Set auto history cleaning, to protect your privacy!
檔案大小 775 KB
安裝次數 139,674
目前版本 1.0.6
更新時間 2023-04-12
上架時間 2022-10-06
評分 4.55/5 共 283 次評分
開發者 Clean Chrome
電子郵箱 [email protected]
付費類型 free
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "1.0.6",
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/content.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "service_worker": "scripts\/bg.js"
    },
    "commands": {
        "clear": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C"
            },
            "description": "Clear"
        }
    },
    "permissions": [
        "storage",
        "browsingData",
        "tabs",
        "cookies",
        "webRequest",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "38": "img\/icon_38.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    }
}