Easy Clear

A one click cache and history clearer.

What is Easy Clear?

Easy Clear is a Chrome extension developed by garganostudios, and its main feature is "A one click cache and history clearer.".

Download Easy Clear Extension CRX File

Download Easy Clear 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 app was designed to make clearing your browser cache simpler. Previously, you had to go through the menu, open a new page to view your history, and then delete your browser history and cache. Now, its as simple as three clicks and back to business. Simply click the icon, select the optional history clear check box, and click the button.                    

Extension Basic Information

Name Easy Clear Easy Clear
ID dbglfobhhbhdgpnicebdieloccfedgho
Official URL https://chrome.google.com/webstore/detail/easy-clear/dbglfobhhbhdgpnicebdieloccfedgho
Description A one click cache and history clearer.
File Size 13.02 KB
Installation Count 104
Current Version 1.2.0
Last Updated 2016-07-20
Publish Date 2016-07-19
Rating 5.00/5 Total 1 Ratings
Developer garganostudios
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Clear",
    "version": "1.2.0",
    "description": "A one click cache and history clearer.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "browsingData"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "Logos\/Logo16.png",
        "48": "Logos\/Logo48.png",
        "128": "Logos\/Logo128.png"
    },
    "manifest_version": 2
}