Simple Cache Remover

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

Что такое Simple Cache Remover?

Simple Cache Remover - это расширение Chrome, разработанное http://whatever-will-be-que-sera-sera.tumblr.com, и его основная функция - "Clear your Cache, Cookies, your Download and Browsing History.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Simple Cache Remover

Скачайте файлы расширений Simple Cache Remover в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Simple Cache Remover Simple Cache Remover
ID calibgmkblbenollkakffjeaendibpod
Официальный URL https://chrome.google.com/webstore/detail/simple-cache-remover/calibgmkblbenollkakffjeaendibpod
Описание Clear your Cache, Cookies, your Download and Browsing History.
Размер файла 24 KB
Количество установок 151
Текущая Версия 3.2
Последнее Обновление 2015-05-01
Дата публикации 2015-05-01
Рейтинг 3.00/5 Всего 1 оценок
Разработчик http://whatever-will-be-que-sera-sera.tumblr.com
Тип оплаты free
Поддерживаемые языки 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"
    ]
}