Randomizer Cache Bypassing

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

Co je Randomizer Cache Bypassing?

Randomizer Cache Bypassing je rozšíření Chrome vyvinuté Alex, a jeho hlavní funkcí je „Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Randomizer Cache Bypassing

Stáhněte si soubory rozšíření Randomizer Cache Bypassing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Randomizer Cache Bypassing Randomizer Cache Bypassing
ID lpebcjljaonldldblhnocpbpibllfkaa
Oficiální URL https://chrome.google.com/webstore/detail/randomizer-cache-bypassin/lpebcjljaonldldblhnocpbpibllfkaa
Popis Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.
Velikost souboru 8.49 KB
Počet instalací 11
Aktuální Verze 1.0.2
Poslední Aktualizace 2019-01-19
Datum Vydání 2019-01-19
Vývojář Alex
Typ Platby free
Podporované Jazyky 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:\/\/*\/*"
    ]
}