Cache Buster

adds a buster to your calls

Apa itu Cache Buster?

Cache Buster adalah ekstensi Chrome yang dikembangkan oleh LumberjackOtters, dan fitur utamanya adalah "adds a buster to your calls".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cache Buster

Unduh file ekstensi Cache Buster 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

                        This extension adds a buster to your pages to avoid caching, enjoy :)                    

Informasi Dasar Ekstensi

Nama Cache Buster Cache Buster
ID ohmdlkcmlkalaplcocbkaiilcdlldlaj
URL Resmi https://chromewebstore.google.com/detail/cache-buster/ohmdlkcmlkalaplcocbkaiilcdlldlaj
Deskripsi adds a buster to your calls
Ukuran File 26.45 KB
Jumlah Instalasi 207
Versi Saat Ini 1.2
Terakhir Diperbarui 2020-10-25
Tanggal Publikasi 2017-05-13
Penilaian 3.00/5 Total 2 Penilaian
Pengembang LumberjackOtters
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cache Buster",
    "description": "adds a buster to your calls",
    "icons": {
        "16": "icons\/icon16.png",
        "20": "icons\/icon20.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "version": "1.2",
    "background": {
        "scripts": [
            "buster.js"
        ]
    },
    "options_page": "config\/config.html",
    "browser_action": {
        "name": "Click to activate the cache buster"
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}