Cache Cleaner
Clear browser cache for the last week.
What is Cache Cleaner?
Cache Cleaner is a Chrome extension developed by Maxym Gorbenko, and its main feature is "Clear browser cache for the last week.".
Extension Screenshots
Download Cache Cleaner Extension CRX File
Download Cache 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
Clear browser cache for the last week.
Extension Basic Information
Name | Cache Cleaner |
ID | ekcjobkhkmknjjfenofigfkncfjfdmjo |
Official URL | https://chromewebstore.google.com/detail/cache-cleaner/ekcjobkhkmknjjfenofigfkncfjfdmjo |
Description | Clear browser cache for the last week. |
File Size | 63.65 KB |
Installation Count | 847 |
Current Version | 1.0 |
Last Updated | 2017-05-10 |
Publish Date | 2017-05-10 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Maxym Gorbenko |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cache Cleaner", "short_name": "CC", "version": "1.0", "author": "Maxym Gorbenko", "description": "Clear browser cache for the last week.", "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "64": "icons\/64x64.png", "128": "icons\/128x128.png" }, "permissions": [ "browsingData", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Clear cache!", "default_icon": "icons\/128x128.png" } } |