Clear & Reload

Wipe browser dumps and reloads current tab to perform cache free operations.

What is Clear & Reload?

Clear & Reload is a Chrome extension developed by Sabarish Srinivasan, and its main feature is "Wipe browser dumps and reloads current tab to perform cache free operations.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Clear & Reload Extension CRX File

Download Clear & Reload 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

                        Simple extension help you to clear Caches,Cookies,History and Download history and much more. Also, it reloads the current tab after clearing to make developers/testers to test the application quickly without any cache holding problems.                    

Extension Basic Information

Name Clear & Reload Clear & Reload
ID bjliapfodonnhhonikmjgpjnophbmalk
Official URL https://chromewebstore.google.com/detail/clear-reload/bjliapfodonnhhonikmjgpjnophbmalk
Description Wipe browser dumps and reloads current tab to perform cache free operations.
File Size 21.68 KB
Installation Count 271
Current Version 1.0.2
Last Updated 2020-05-06
Publish Date 2020-05-06
Rating 4.67/5 Total 3 Ratings
Developer Sabarish Srinivasan
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear & Reload",
    "version": "1.0.2",
    "description": "Wipe browser dumps and reloads current tab to perform cache free operations.",
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "browsingData"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}