Astea Clear Cache

Clear your cache and browsing data.

Co to jest Astea Clear Cache?

Astea Clear Cache to rozszerzenie Chrome opracowane przez Yossi Buzaglo, a jego główną funkcją jest „Clear your cache and browsing data.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Astea Clear Cache

Pobierz pliki rozszerzeń Astea Clear Cache w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Clear your cache and browsing data.
On notification window, you can reload page.                    

Podstawowe informacje o rozszerzeniu

Nazwa Astea Clear Cache Astea Clear Cache
ID cecjlhiiojahfekpkoleonplmdadaecc
Oficjalny URL https://chrome.google.com/webstore/detail/astea-clear-cache/cecjlhiiojahfekpkoleonplmdadaecc
Opis Clear your cache and browsing data.
Rozmiar pliku 110 KB
Liczba instalacji 195
Aktualna Wersja 1.0.1.0
Ostatnia Aktualizacja 2018-10-22
Data Publikacji 2018-10-22
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Yossi Buzaglo
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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",
        ""
    ]
}