Touch & Clean

Simple lite cleaner for developers and users. A tap should be enough to clean!

Co to jest Touch & Clean?

Touch & Clean to rozszerzenie Chrome opracowane przez PZA Technologies, a jego główną funkcją jest „Simple lite cleaner for developers and users. A tap should be enough to clean!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Touch & Clean

Pobierz pliki rozszerzeń Touch & Clean 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

                        Clean your browser's data to improve your productivity! 

Touch&Clean is here to:
– Clean the next items: history, cache, cookies, download list, form data and site storage;
– Clean specific site;
– Clean for time period;
– Clean by single-click on the toolbar button;
– Show advanced popup;
– Clean by right-click context menu.

Also you can choose a custom clean set for a single-click cleaning and for a cleaning from the Options page. 

Make browser cleaning a pleasant part of your life!                    

Podstawowe informacje o rozszerzeniu

Nazwa Touch & Clean Touch & Clean
ID cpalggakbbncabkdciiimaimmbencibf
Oficjalny URL https://chromewebstore.google.com/detail/touch-clean/cpalggakbbncabkdciiimaimmbencibf
Opis Simple lite cleaner for developers and users. A tap should be enough to clean!
Rozmiar pliku 420 KB
Liczba instalacji 1,141
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2018-08-27
Data Publikacji 2018-08-27
Ocena 4.33/5 Łącznie 6 Oceny
Deweloper PZA Technologies
Typ Płatności free
Obsługiwane Języki de,en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.3",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_title": "__MSG_popupTitle__",
        "default_popup": "html\/popup.html",
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        }
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "options_page": "html\/settings.html",
    "web_accessible_resources": [
        "images\/icon_128.png"
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "browsingData",
        "tabs",
        "history",
        "cookies",
        "downloads",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}