Clear Cache Shortcut

Quickly clear all your browser cache with a single click.

What is Clear Cache Shortcut?

Clear Cache Shortcut is a Chrome extension developed by Paul Yuan, and its main feature is "Quickly clear all your browser cache with a single click.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Clear Cache Shortcut Extension CRX File

Download Clear Cache Shortcut extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is a simple extension that allows you to clear your cache with a single click of a button. You can either click the icon, or if you prefer, type in the browser address bar, "cache" => [hit the tab key] => "c" => [hit the enter key] to clear your cache. This extension uses the BrowsingData API which is supported by chrome versions 19+.                    

Extension Basic Information

Name Clear Cache Shortcut Clear Cache Shortcut
ID jnajhcakejgchhbjlchkfmdidgjefleg
Official URL https://chromewebstore.google.com/detail/clear-cache-shortcut/jnajhcakejgchhbjlchkfmdidgjefleg
Description Quickly clear all your browser cache with a single click.
File Size 95.9 KB
Installation Count 144,994
Current Version 1.32
Last Updated 2021-04-09
Publish Date 2013-01-20
Rating 4.39/5 Total 97 Ratings
Developer Paul Yuan
Email [email protected]
Payment Type free
Extension Website https://twitter.com/pyuan
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Cache Shortcut",
    "version": "1.32",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "description": "Quickly clear all your browser cache with a single click.",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "assets\/icon_done.png",
        "default_title": "Clear All Cache",
        "default_popup": "info.html"
    },
    "omnibox": {
        "keyword": "cache"
    },
    "background": {
        "scripts": [
            "assets\/jquery-1.9.0.min.js",
            "assets\/functions.js",
            "assets\/background.js"
        ]
    },
    "permissions": [
        "browsingData"
    ]
}