Randomizer Cache Bypassing

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

Co to jest Randomizer Cache Bypassing?

Randomizer Cache Bypassing to rozszerzenie Chrome opracowane przez Alex, a jego główną funkcją jest „Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Randomizer Cache Bypassing

Pobierz pliki rozszerzeń Randomizer Cache Bypassing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Randomizer Cache Bypassing Randomizer Cache Bypassing
ID lpebcjljaonldldblhnocpbpibllfkaa
Oficjalny URL https://chrome.google.com/webstore/detail/randomizer-cache-bypassin/lpebcjljaonldldblhnocpbpibllfkaa
Opis Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.
Rozmiar pliku 8.49 KB
Liczba instalacji 11
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2019-01-19
Data Publikacji 2019-01-19
Deweloper Alex
Typ Płatności free
Obsługiwane Języki 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:\/\/*\/*"
    ]
}