Randomizer Cache Bypassing

Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.

Hvad er Randomizer Cache Bypassing?

Randomizer Cache Bypassing er en Chrome-udvidelse udviklet af Alex, og dens hovedfunktion er "Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.".

Udvidelsesskærmbilleder

screenshot

Download Randomizer Cache Bypassing-udvidelses-CRX-fil

Download Randomizer Cache Bypassing-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

                        Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content. The extension is based on javascript to force server cache bypassing with a randomized URL suffix.                    

Grundlæggende oplysninger om udvidelsen

Navn Randomizer Cache Bypassing Randomizer Cache Bypassing
ID lpebcjljaonldldblhnocpbpibllfkaa
Officiel URL https://chrome.google.com/webstore/detail/randomizer-cache-bypassin/lpebcjljaonldldblhnocpbpibllfkaa
Beskrivelse Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.
Filstørrelse 8.49 KB
Antal Installationer 11
Nuværende Version 1.0.2
Senest Opdateret 2019-01-19
Udgivelsesdato 2019-01-19
Udvikler Alex
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Randomizer Cache Bypassing",
    "description": "Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.",
    "version": "1.0.2",
    "author": "Alexander Hauck, [email protected]",
    "short_name": "Randomizer",
    "background": {
        "scripts": [
            "randomizer.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "Randomizer Cache Bypassing"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}