Cache Bomb

Cache-busts the current page.

Apa itu Cache Bomb?

Cache Bomb adalah ekstensi Chrome yang dikembangkan oleh Nicholas Scheurich, dan fitur utamanya adalah "Cache-busts the current page.".

Unduh Berkas CRX Ekstensi Cache Bomb

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

                        Appends the current datetime to URL as a valueless request parameter. Currently overwrites existing URL params.

Request features and report bugs at https://github.com/ngscheurich/cache_bomb.

Logo icons are from the excellent Nucleo set (https://nucleoapp.com/).                    

Informasi Dasar Ekstensi

Nama Cache Bomb Cache Bomb
ID balfpnjonknhioomnkiebocaalohjkpk
URL Resmi https://chromewebstore.google.com/detail/cache-bomb/balfpnjonknhioomnkiebocaalohjkpk
Deskripsi Cache-busts the current page.
Ukuran File 9.42 KB
Jumlah Instalasi 35
Versi Saat Ini 1.1
Terakhir Diperbarui 2016-07-19
Tanggal Publikasi 2016-07-19
Pengembang Nicholas Scheurich
Tipe Pembayaran free
Situs Ekstensi https://github.com/ngscheurich/cache_bomb
URL Halaman Bantuan https://github.com/ngscheurich/cache_bomb/issues
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cache Bomb",
    "version": "1.1",
    "description": "Cache-busts the current page.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Cache-bust the current page."
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}