Astea Clear Cache

Clear your cache and browsing data.

What is Astea Clear Cache?

Astea Clear Cache is a Chrome extension developed by Yossi Buzaglo, and its main feature is "Clear your cache and browsing data.".

Extension Screenshots

screenshot

Download Astea Clear Cache Extension CRX File

Download Astea 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 your cache and browsing data.
On notification window, you can reload page.                    

Extension Basic Information

Name Astea Clear Cache Astea Clear Cache
ID cecjlhiiojahfekpkoleonplmdadaecc
Official URL https://chrome.google.com/webstore/detail/astea-clear-cache/cecjlhiiojahfekpkoleonplmdadaecc
Description Clear your cache and browsing data.
File Size 110 KB
Installation Count 195
Current Version 1.0.1.0
Last Updated 2018-10-22
Publish Date 2018-10-22
Rating 5.00/5 Total 2 Ratings
Developer Yossi Buzaglo
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": "Astea Clear Cache",
    "version": "1.0.1.0",
    "description": "Clear your cache and browsing data.",
    "minimum_chrome_version": "19",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "page": "clear-cache-page.html"
    },
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_title": "Clear Cache"
    },
    "permissions": [
        "browsingData",
        "tabs",
        "notifications",
        ""
    ]
}