Clear Cache

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

Qu'est-ce que Clear Cache ?

Clear Cache est une extension Chrome développée par Daniel Lvovsky, et sa fonction principale est "Clears your cache and browsing data with a click of a button".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Clear Cache

Téléchargez les fichiers d'extension Clear Cache au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Clear Cache Clear Cache
ID appfmjhoobioppbehccakejenccnlfbi
URL Officiel https://chromewebstore.google.com/detail/clear-cache/appfmjhoobioppbehccakejenccnlfbi
Description Clears your cache and browsing data with a click of a button
Taille du Fichier 69.3 KB
Nombre d'Installations 1,387
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-05-18
Date de Publication 2020-05-15
Évaluation 5.00/5 Total 4 Évaluations
Développeur Daniel Lvovsky
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}