Simple Cache Remover

Clear your Cache, Cookies, your Download and Browsing History.

Co to jest Simple Cache Remover?

Simple Cache Remover to rozszerzenie Chrome opracowane przez http://whatever-will-be-que-sera-sera.tumblr.com, a jego główną funkcją jest „Clear your Cache, Cookies, your Download and Browsing History.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Simple Cache Remover

Pobierz pliki rozszerzeń Simple Cache Remover 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, Cookies, your Download and Browsing History.


Click Icon or set Timer.



v3.2 bugfix
v3.0 chrome alarms api
v2.2 bugfix



remove Appcache
remove Cache
remove Cookies
remove Downloads
remove FileSystems
remove FormData
remove History
remove IndexedDB
remove LocalStorage
remove PluginData
remove Passwords
remove WebSQL                    

Podstawowe informacje o rozszerzeniu

Nazwa Simple Cache Remover Simple Cache Remover
ID calibgmkblbenollkakffjeaendibpod
Oficjalny URL https://chrome.google.com/webstore/detail/simple-cache-remover/calibgmkblbenollkakffjeaendibpod
Opis Clear your Cache, Cookies, your Download and Browsing History.
Rozmiar pliku 24 KB
Liczba instalacji 151
Aktualna Wersja 3.2
Ostatnia Aktualizacja 2015-05-01
Data Publikacji 2015-05-01
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper http://whatever-will-be-que-sera-sera.tumblr.com
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "Simple Cache Remover"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Clear your Cache, Cookies, your Download and Browsing History.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "22",
    "name": "Simple Cache Remover",
    "options_page": "options.html",
    "permissions": [
        "browsingData",
        "cookies",
        "",
        "alarms"
    ],
    "version": "3.2",
    "web_accessible_resources": [
        "close.html"
    ]
}