Clear Cache

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

Co je Clear Cache?

Clear Cache je rozšíření Chrome vyvinuté Daniel Lvovsky, a jeho hlavní funkcí je „Clears your cache and browsing data with a click of a button“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Clear Cache

Stáhněte si soubory rozšíření Clear Cache ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Clear Cache Clear Cache
ID appfmjhoobioppbehccakejenccnlfbi
Oficiální URL https://chromewebstore.google.com/detail/clear-cache/appfmjhoobioppbehccakejenccnlfbi
Popis Clears your cache and browsing data with a click of a button
Velikost souboru 69.3 KB
Počet instalací 1,387
Aktuální Verze 1.0.0
Poslední Aktualizace 2020-05-18
Datum Vydání 2020-05-15
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Daniel Lvovsky
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}