Astea Clear Cache

Clear your cache and browsing data.

Qu'est-ce que Astea Clear Cache ?

Astea Clear Cache est une extension Chrome développée par Yossi Buzaglo, et sa fonction principale est "Clear your cache and browsing data.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Astea 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 your cache and browsing data.
On notification window, you can reload page.                    

Informations de Base sur l'Extension

Nom Astea Clear Cache Astea Clear Cache
ID cecjlhiiojahfekpkoleonplmdadaecc
URL Officiel https://chrome.google.com/webstore/detail/astea-clear-cache/cecjlhiiojahfekpkoleonplmdadaecc
Description Clear your cache and browsing data.
Taille du Fichier 110 KB
Nombre d'Installations 195
Version Actuelle 1.0.1.0
Dernière Mise à Jour 2018-10-22
Date de Publication 2018-10-22
Évaluation 5.00/5 Total 2 Évaluations
Développeur Yossi Buzaglo
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Astea Clear Cache",
    "version": "1.0.1.0",
    "description": "Clear your cache and browsing data.",
    "minimum_chrome_version": "19",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "page": "clear-cache-page.html"
    },
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_title": "Clear Cache"
    },
    "permissions": [
        "browsingData",
        "tabs",
        "notifications",
        ""
    ]
}