IndexedDB cleaner

Purge HTML 5 IndexedDB and Cache.

What is IndexedDB cleaner?

IndexedDB cleaner is a Chrome extension developed by https://jeecookbook.blogspot.com, and its main feature is "Purge HTML 5 IndexedDB and Cache.".

Extension Screenshots

screenshot

Download IndexedDB cleaner Extension CRX File

Download IndexedDB cleaner 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

                        Building offline application ?

Need a simple and efficient tool to clean the IndexedDB and cache ?
 
This extension is for you !

It allows you to purge HTML 5 IndexedDB and cache (JS, ...).

Current IndexedDB is erased and cache purged according to range.

It's very simple and quick : no complex configuration, two clicks only. 

Check my web site for further informations : http://jeecookbook.blogspot.fr/p/chrome.html                    

Extension Basic Information

Name IndexedDB cleaner IndexedDB cleaner
ID bkbkgpcacphidgmpbfcapoillheakfpi
Official URL https://chromewebstore.google.com/detail/indexeddb-cleaner/bkbkgpcacphidgmpbfcapoillheakfpi
Description Purge HTML 5 IndexedDB and Cache.
File Size 27.13 KB
Installation Count 1,025
Current Version 1.0
Last Updated 2013-06-26
Publish Date 2013-06-25
Rating 4.33/5 Total 6 Ratings
Developer https://jeecookbook.blogspot.com
Payment Type free
Extension Website http://jeecookbook.blogspot.fr/p/chrome.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IndexedDB cleaner",
    "version": "1.0",
    "manifest_version": 2,
    "homepage_url": "http:\/\/jeecookbook.blogspot.fr\/p\/chrome.html",
    "description": "Purge HTML 5 IndexedDB and Cache.",
    "icons": {
        "16": "icon48.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Purge IndexedDB and Cache",
        "default_popup": "popup.html"
    },
    "permissions": [
        "browsingData"
    ]
}