Clear & Reload

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

Wat is Clear & Reload?

Clear & Reload is een Chrome-extensie ontwikkeld door Sabarish Srinivasan, en de belangrijkste functie is "Wipe browser dumps and reloads current tab to perform cache free operations.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Clear & Reload

Download Clear & Reload-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Clear & Reload Clear & Reload
ID bjliapfodonnhhonikmjgpjnophbmalk
Officiële URL https://chromewebstore.google.com/detail/clear-reload/bjliapfodonnhhonikmjgpjnophbmalk
Beschrijving Wipe browser dumps and reloads current tab to perform cache free operations.
Bestandsgrootte 21.68 KB
Aantal Installaties 271
Huidige Versie 1.0.2
Laatst Bijgewerkt 2020-05-06
Publicatiedatum 2020-05-06
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Sabarish Srinivasan
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}