One Click Clear Cache

clear cache with one click

What is One Click Clear Cache?

One Click Clear Cache is a Chrome extension developed by Salman Tariq, and its main feature is "clear cache with one click".

Extension Screenshots

screenshot

Download One Click Clear Cache Extension CRX File

Download One Click Clear Cache 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

                        Clear cache with just one click, you don't have to search for browser settings or right options to clear your browser cache, they are all here, just click on the extension icon and choose the options Best suited for you.                    

Extension Basic Information

Name One Click Clear Cache One Click Clear Cache
ID mdlbedpjjbmheepjjfnlalbdbekphbmf
Official URL https://chromewebstore.google.com/detail/one-click-clear-cache/mdlbedpjjbmheepjjfnlalbdbekphbmf
Description clear cache with one click
File Size 47.62 KB
Installation Count 268
Current Version 1.0
Last Updated 2021-01-30
Publish Date 2021-01-29
Rating 5.00/5 Total 3 Ratings
Developer Salman Tariq
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One Click Clear Cache",
    "description": "clear cache with one click",
    "version": "1.0",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_popup": "options.html",
        "default_title": "Clear Cache"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "browsingData",
        "storage"
    ]
}