Cache Cleaner

Clear browser cache for the last week.

Qu'est-ce que Cache Cleaner ?

Cache Cleaner est une extension Chrome développée par Maxym Gorbenko, et sa fonction principale est "Clear browser cache for the last week.".

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension Cache Cleaner 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 browser cache for the last week.                    

Informations de Base sur l'Extension

Nom Cache Cleaner Cache Cleaner
ID ekcjobkhkmknjjfenofigfkncfjfdmjo
URL Officiel https://chromewebstore.google.com/detail/cache-cleaner/ekcjobkhkmknjjfenofigfkncfjfdmjo
Description Clear browser cache for the last week.
Taille du Fichier 63.65 KB
Nombre d'Installations 847
Version Actuelle 1.0
Dernière Mise à Jour 2017-05-10
Date de Publication 2017-05-10
Évaluation 5.00/5 Total 5 Évaluations
Développeur Maxym Gorbenko
Type de Paiement free
Langues Prises en Charge 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"
    }
}