Clear Cache

Clears your cache and browsing data with a click of a button

Wat is Clear Cache?

Clear Cache is een Chrome-extensie ontwikkeld door Daniel Lvovsky, en de belangrijkste functie is "Clears your cache and browsing data with a click of a button".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Clear Cache

Download Clear Cache-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

                        Clear Cache helps you clear cache data, browsing history and much more with a single click of a button. Clear Cache also allows you to set what you want to clear with an options menu where you can choose what you want to be cleared and from what time period. More features will be added in the future.

Enjoy!                    

Basisinformatie over de Extensie

Naam Clear Cache Clear Cache
ID appfmjhoobioppbehccakejenccnlfbi
Officiële URL https://chromewebstore.google.com/detail/clear-cache/appfmjhoobioppbehccakejenccnlfbi
Beschrijving Clears your cache and browsing data with a click of a button
Bestandsgrootte 69.3 KB
Aantal Installaties 1,387
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-05-18
Publicatiedatum 2020-05-15
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Daniel Lvovsky
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 Cache",
    "version": "1.0.0",
    "description": "Clears your cache and browsing data with a click of a button",
    "minimum_chrome_version": "19",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "page": "backgroundpage.html"
    },
    "browser_action": {
        "default_icon": "img\/icon_19.png",
        "default_title": "Clear Cache"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "browsingData",
        "cookies"
    ]
}