Simple Cache Remover

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

Apa itu Simple Cache Remover?

Simple Cache Remover adalah ekstensi Chrome yang dikembangkan oleh http://whatever-will-be-que-sera-sera.tumblr.com, dan fitur utamanya adalah "Clear your Cache, Cookies, your Download and Browsing History.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Simple Cache Remover

Unduh file ekstensi Simple Cache Remover dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Simple Cache Remover Simple Cache Remover
ID calibgmkblbenollkakffjeaendibpod
URL Resmi https://chrome.google.com/webstore/detail/simple-cache-remover/calibgmkblbenollkakffjeaendibpod
Deskripsi Clear your Cache, Cookies, your Download and Browsing History.
Ukuran File 24 KB
Jumlah Instalasi 151
Versi Saat Ini 3.2
Terakhir Diperbarui 2015-05-01
Tanggal Publikasi 2015-05-01
Penilaian 3.00/5 Total 1 Penilaian
Pengembang http://whatever-will-be-que-sera-sera.tumblr.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}