Offline Cleaner

This extension will clean AppCache, LocalStorage, IndexedDB, ServiceWorker and WebSQL.

What is Offline Cleaner?

Offline Cleaner is a Chrome extension developed by Ashier de Leon, and its main feature is "This extension will clean AppCache, LocalStorage, IndexedDB, ServiceWorker and WebSQL.".

Extension Screenshots

screenshot

Download Offline Cleaner Extension CRX File

Download Offline 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

                        This extension will clear out AppCache, LocalStorage, IndexedDB, ServiceWorkers and WebSQL.                    

Extension Basic Information

Name Offline Cleaner Offline Cleaner
ID hjfgpfoninbdlfkhlimmjljgelgiljba
Official URL https://chromewebstore.google.com/detail/offline-cleaner/hjfgpfoninbdlfkhlimmjljgelgiljba
Description This extension will clean AppCache, LocalStorage, IndexedDB, ServiceWorker and WebSQL.
File Size 43.94 KB
Installation Count 148
Current Version 1.4
Last Updated 2016-09-30
Publish Date 2016-09-30
Rating 5.00/5 Total 3 Ratings
Developer Ashier de Leon
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Offline Cleaner",
    "short_name": "OfflineCleaner",
    "description": "This extension will clean AppCache, LocalStorage, IndexedDB, ServiceWorker and WebSQL.",
    "version": "1.4",
    "browser_action": {
        "default_title": "Cleanup AppCache",
        "default_icon": "icons\/icon_128.png",
        "default_popup": "clean.html"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "browsingData",
        "tabs"
    ]
}