Easy Cleaner

Clean all the browser data in one click

Co je Easy Cleaner?

Easy Cleaner je rozšíření Chrome vyvinuté FunnyApplets, a jeho hlavní funkcí je „Clean all the browser data in one click“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Easy Cleaner

Stáhněte si soubory rozšíření Easy Cleaner 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í

                        Clean all your browser history, cookies, site activities in just one click. 

Options:
- Clear your browsing history;
- Clean the list of downloads;
- Clean site cookies;
- Remove autofill form data;
- Clear Stored password;
- Clear cached images and other files;
- Clear local filesystem and storage;
- Clear applications cache;
- Remove plugin data;
- Clear WebSQL and IndexedDB data.                    

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

Název Easy Cleaner Easy Cleaner
ID jnjglafkllnhclhmcjbhigkfnfollfjl
Oficiální URL https://chromewebstore.google.com/detail/easy-cleaner/jnjglafkllnhclhmcjbhigkfnfollfjl
Popis Clean all the browser data in one click
Velikost souboru 48.98 KB
Počet instalací 4,885
Aktuální Verze 0.2.1
Poslední Aktualizace 2016-05-07
Datum Vydání 2016-05-07
Hodnocení 4.29/5 Celkem 21 Hodnocení
Vývojář FunnyApplets
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": "Easy Cleaner",
    "description": "Clean all the browser data in one click",
    "version": "0.2.1",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_46_2.png",
        "default_popup": "popup.html",
        "default_title": "Clean all browser history data in one click"
    },
    "options_page": "options.html",
    "minimum_chrome_version": "31",
    "offline_enabled": true,
    "permissions": [
        "browsingData",
        "activeTab",
        "",
        "storage",
        "downloads",
        "history",
        "cookies"
    ]
}