Clear history, Cache & Cookies for Chrome™

Delete your Chrome browsing history, cache, cookies, downloads, forms, localstorage and more in one click.

Clear history, Cache & Cookies for Chrome™とは何ですか?

Clear history, Cache & Cookies for Chrome™はbakutasechiによって開発されたChromeの拡張機能で、その主な機能は「Delete your Chrome browsing history, cache, cookies, downloads, forms, localstorage and more in one click.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Clear history, Cache & Cookies for Chrome™拡張機能のCRXファイルをダウンロード

Clear history, Cache & Cookies for Chrome™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Clear Cache cleans your browser easily and effectively.

With one click. Make your browser work fast!

Remove and clean:

✓ Cache.
✓ Navigation history.
✓ Cookies.
✓ Downloads history (Does not delete files).
✓ Form data.
✓ Local Storage.
✓ Passwords.
✓ IndexedDB.
✓ App cache.
✓ Web SQL Data.
✓ Data plugin.
✓ File Systems.
✓ Cache Storage.
✓ Service workers.

Features:

✓ Open in a popup in the browser.
✓ Simple design inspired by material design.
✓ It's free.
✓ No ads.
✓ Works offline.
✓ Not require special permissions. 

You can:

✓ Sort cleaning options (drag).
✓ Select time period.
✓ Enable or disable time and cleanup options.
✓ Edit keyboard shortcuts.
✓ Choose 2 design themes, light or dark.


Why use this extension?


1. Improve browser speed.

The cache slows down your browser, systems and applications due to the RAM and memory it acquires. Many a times it is filled with crap information, which probably will not be required by the user in future.

The prime purpose is to improve the performance by reducing the data processing and fetching.  With a sizeable amount of cache stored, the speed and performance of machine is hampered.

Enhancing system and application performance is one of the benefits of clearing cache.


2. Delete your Chrome browsing history.

If you don’t want a record of webpages you’ve visited using Chrome, you can delete all or some of your browsing history. If you delete your browsing history, it'll take effect on all devices where you’ve turned sync on and signed.


3. Clear cache & cookies.

When you use a browser, it saves some information from websites in its cache and cookies. Clearing them fixes certain problems, like loading or formatting issues on sites.


4. New updated version of page is fetched.

The stored instance of webpage will be loaded. Any changes, in case, made to the webpage will not be reflected due to cache. That’s why the developers always insist on clearing the cache memory to see the changes they have implemented.

Clearing cache will signify the browser to fetch the latest version of webpage.


5. Privacy threat mitigated.

The stored instance of webpage will be loaded. Any changes, in case, made to the webpage will not be reflected due to cache. That’s why the developers always insist on clearing the cache memory to see the changes they have implemented.

Take the example of Facebook, you have logged-in on a public machine and didn’t logout at end of your session. The person accessing the device next can get access to your Facebook account. This raises a privacy threat.

Also in other instances where you are worried about your privacy, deleting cache is a great option. It reduces the privacy threat for you.


Compatibility:

This extension is compatible with Chrome, Brave and Opera. 


Shortcuts Keys (default): 

Open the extension:

Alt + A in chromeos.
Alt + A in windows.
⌥ + A in macOS.
Alt + A in linux.

Quick clean:
 
Alt + A and then press ENTER

Activate light mode:
 
F1

Activate dark mode:

F2

Close extension:

ESC                    

拡張機能の基本情報

名前 Clear history, Cache & Cookies for Chrome™ Clear history, Cache & Cookies for Chrome™
ID lcebokhepdpopanpieoopnjiehmoabfp
公式URL https://chrome.google.com/webstore/detail/clear-cache-for-chrome/lcebokhepdpopanpieoopnjiehmoabfp
説明 Delete your Chrome browsing history, cache, cookies, downloads, forms, localstorage and more in one click.
ファイルサイズ 1.02 MB
インストール数 46,028
現在のバージョン 1.4.2.5
最終更新日 2022-12-17
公開日 2020-03-16
評価 4.66/5 合計 400 レビュー
開発者 bakutasechi
Eメール [email protected]
支払い方法 free
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "jlozanodeveloper",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "content_scripts": [
        {
            "js": [
                "\/assets\/js\/Global.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/assets\/js\/background.js"
        ]
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/19.png",
            "38": "assets\/icons\/38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_appName__"
    },
    "icons": {
        "128": "assets\/icons\/128.png",
        "32": "assets\/icons\/32.png",
        "38": "assets\/icons\/38.png",
        "48": "assets\/icons\/48.png",
        "19": "assets\/icons\/19.png",
        "64": "assets\/icons\/64.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+A",
                "chromeos": "Alt+A",
                "linux": "Alt+A",
                "mac": "Alt+A",
                "windows": "Alt+A"
            }
        }
    },
    "options_ui": {
        "page": "options.html"
    },
    "offline_enabled": true,
    "permissions": [
        "browsingData",
        "storage"
    ],
    "manifest_version": 2,
    "version": "1.4.2.5"
}