Astea Clear Cache

Clear your cache and browsing data.

Wat is Astea Clear Cache?

Astea Clear Cache is een Chrome-extensie ontwikkeld door Yossi Buzaglo, en de belangrijkste functie is "Clear your cache and browsing data.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Astea Clear Cache

Download Astea 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 your cache and browsing data.
On notification window, you can reload page.                    

Basisinformatie over de Extensie

Naam Astea Clear Cache Astea Clear Cache
ID cecjlhiiojahfekpkoleonplmdadaecc
Officiële URL https://chrome.google.com/webstore/detail/astea-clear-cache/cecjlhiiojahfekpkoleonplmdadaecc
Beschrijving Clear your cache and browsing data.
Bestandsgrootte 110 KB
Aantal Installaties 195
Huidige Versie 1.0.1.0
Laatst Bijgewerkt 2018-10-22
Publicatiedatum 2018-10-22
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Yossi Buzaglo
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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",
        ""
    ]
}