Cache Bomb

Cache-busts the current page.

Hvad er Cache Bomb?

Cache Bomb er en Chrome-udvidelse udviklet af Nicholas Scheurich, og dens hovedfunktion er "Cache-busts the current page.".

Download Cache Bomb-udvidelses-CRX-fil

Download Cache Bomb-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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/).                    

Grundlæggende oplysninger om udvidelsen

Navn Cache Bomb Cache Bomb
ID balfpnjonknhioomnkiebocaalohjkpk
Officiel URL https://chromewebstore.google.com/detail/cache-bomb/balfpnjonknhioomnkiebocaalohjkpk
Beskrivelse Cache-busts the current page.
Filstørrelse 9.42 KB
Antal Installationer 35
Nuværende Version 1.1
Senest Opdateret 2016-07-19
Udgivelsesdato 2016-07-19
Udvikler Nicholas Scheurich
Betalingsmetode free
Udvidelseswebsted https://github.com/ngscheurich/cache_bomb
Hjælpeside-URL https://github.com/ngscheurich/cache_bomb/issues
Understøttede Sprog 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"
    ]
}