Astea Clear Cache

Clear your cache and browsing data.

Apa itu Astea Clear Cache?

Astea Clear Cache adalah ekstensi Chrome yang dikembangkan oleh Yossi Buzaglo, dan fitur utamanya adalah "Clear your cache and browsing data.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Astea Clear Cache

Unduh file ekstensi Astea Clear Cache 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 and browsing data.
On notification window, you can reload page.                    

Informasi Dasar Ekstensi

Nama Astea Clear Cache Astea Clear Cache
ID cecjlhiiojahfekpkoleonplmdadaecc
URL Resmi https://chrome.google.com/webstore/detail/astea-clear-cache/cecjlhiiojahfekpkoleonplmdadaecc
Deskripsi Clear your cache and browsing data.
Ukuran File 110 KB
Jumlah Instalasi 195
Versi Saat Ini 1.0.1.0
Terakhir Diperbarui 2018-10-22
Tanggal Publikasi 2018-10-22
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Yossi Buzaglo
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Astea Clear Cache",
    "version": "1.0.1.0",
    "description": "Clear your cache and browsing data.",
    "minimum_chrome_version": "19",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "page": "clear-cache-page.html"
    },
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_title": "Clear Cache"
    },
    "permissions": [
        "browsingData",
        "tabs",
        "notifications",
        ""
    ]
}